#[repr(C)]pub struct bhkUnaryAction {
pub __base: bhkAction,
}
Fields§
§__base: bhkAction
Base class.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for bhkUnaryAction
impl RefUnwindSafe for bhkUnaryAction
impl !Send for bhkUnaryAction
impl !Sync for bhkUnaryAction
impl Unpin for bhkUnaryAction
impl UnwindSafe for bhkUnaryAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more