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