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