#[repr(C)]pub struct bhkAction {
pub __base: bhkSerializable,
}Fields§
§__base: bhkSerializableBase class.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for bhkAction
impl RefUnwindSafe for bhkAction
impl !Send for bhkAction
impl !Sync for bhkAction
impl Unpin for bhkAction
impl UnwindSafe for bhkAction
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