#[repr(C)]pub struct drmTextureRegion { /* private fields */ }Trait Implementations§
Source§impl Default for drmTextureRegion
impl Default for drmTextureRegion
Source§fn default() -> drmTextureRegion
fn default() -> drmTextureRegion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for drmTextureRegion
impl RefUnwindSafe for drmTextureRegion
impl Send for drmTextureRegion
impl Sync for drmTextureRegion
impl Unpin for drmTextureRegion
impl UnwindSafe for drmTextureRegion
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