Struct VMRSurfaceAllocationFlags
#[repr(transparent)]pub struct VMRSurfaceAllocationFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for VMRSurfaceAllocationFlags
impl Clone for VMRSurfaceAllocationFlags
§fn clone(&self) -> VMRSurfaceAllocationFlags
fn clone(&self) -> VMRSurfaceAllocationFlags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VMRSurfaceAllocationFlags
impl Debug for VMRSurfaceAllocationFlags
§impl Default for VMRSurfaceAllocationFlags
impl Default for VMRSurfaceAllocationFlags
§fn default() -> VMRSurfaceAllocationFlags
fn default() -> VMRSurfaceAllocationFlags
Returns the “default value” for a type. Read more
§impl PartialEq for VMRSurfaceAllocationFlags
impl PartialEq for VMRSurfaceAllocationFlags
impl Copy for VMRSurfaceAllocationFlags
impl Eq for VMRSurfaceAllocationFlags
impl StructuralPartialEq for VMRSurfaceAllocationFlags
Auto Trait Implementations§
impl Freeze for VMRSurfaceAllocationFlags
impl RefUnwindSafe for VMRSurfaceAllocationFlags
impl Send for VMRSurfaceAllocationFlags
impl Sync for VMRSurfaceAllocationFlags
impl Unpin for VMRSurfaceAllocationFlags
impl UnwindSafe for VMRSurfaceAllocationFlags
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