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