Struct MediaMemoryTypes
#[repr(transparent)]pub struct MediaMemoryTypes(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MediaMemoryTypes
impl MediaMemoryTypes
Trait Implementations§
§impl Clone for MediaMemoryTypes
impl Clone for MediaMemoryTypes
§fn clone(&self) -> MediaMemoryTypes
fn clone(&self) -> MediaMemoryTypes
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 MediaMemoryTypes
impl Debug for MediaMemoryTypes
§impl Default for MediaMemoryTypes
impl Default for MediaMemoryTypes
§fn default() -> MediaMemoryTypes
fn default() -> MediaMemoryTypes
Returns the “default value” for a type. Read more
§impl PartialEq for MediaMemoryTypes
impl PartialEq for MediaMemoryTypes
impl Copy for MediaMemoryTypes
impl Eq for MediaMemoryTypes
impl StructuralPartialEq for MediaMemoryTypes
Auto Trait Implementations§
impl Freeze for MediaMemoryTypes
impl RefUnwindSafe for MediaMemoryTypes
impl Send for MediaMemoryTypes
impl Sync for MediaMemoryTypes
impl Unpin for MediaMemoryTypes
impl UnwindSafe for MediaMemoryTypes
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