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