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