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