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