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