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