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