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