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