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