#[repr(C)]pub struct IBodyHandPair {
pub lpVtbl: *mut IBodyHandPairVtbl,
}Fields§
§lpVtbl: *mut IBodyHandPairVtblTrait Implementations§
Auto Trait Implementations§
impl !Send for IBodyHandPair
impl !Sync for IBodyHandPair
impl Freeze for IBodyHandPair
impl RefUnwindSafe for IBodyHandPair
impl Unpin for IBodyHandPair
impl UnsafeUnpin for IBodyHandPair
impl UnwindSafe for IBodyHandPair
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