#[repr(C)]pub struct bhkBlendCollisionObject;
Auto Trait Implementations§
impl Freeze for bhkBlendCollisionObject
impl RefUnwindSafe for bhkBlendCollisionObject
impl Send for bhkBlendCollisionObject
impl Sync for bhkBlendCollisionObject
impl Unpin for bhkBlendCollisionObject
impl UnwindSafe for bhkBlendCollisionObject
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