Struct DVEXTENTINFO
#[repr(C)]pub struct DVEXTENTINFO {
pub cb: u32,
pub dwExtentMode: u32,
pub sizelProposed: SIZE,
}
Fields§
§cb: u32
§dwExtentMode: u32
§sizelProposed: SIZE
Trait Implementations§
§impl Clone for DVEXTENTINFO
impl Clone for DVEXTENTINFO
§fn clone(&self) -> DVEXTENTINFO
fn clone(&self) -> DVEXTENTINFO
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 moreimpl Copy for DVEXTENTINFO
Auto Trait Implementations§
impl Freeze for DVEXTENTINFO
impl RefUnwindSafe for DVEXTENTINFO
impl Send for DVEXTENTINFO
impl Sync for DVEXTENTINFO
impl Unpin for DVEXTENTINFO
impl UnwindSafe for DVEXTENTINFO
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