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