#[repr(C)]pub struct _STORAGE_READ_CAPACITY {
pub Version: DWORD,
pub Size: DWORD,
pub BlockLength: DWORD,
pub NumberOfBlocks: LARGE_INTEGER,
pub DiskLength: LARGE_INTEGER,
}
Fields§
§Version: DWORD
§Size: DWORD
§BlockLength: DWORD
§NumberOfBlocks: LARGE_INTEGER
§DiskLength: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for _STORAGE_READ_CAPACITY
impl Clone for _STORAGE_READ_CAPACITY
Source§fn clone(&self) -> _STORAGE_READ_CAPACITY
fn clone(&self) -> _STORAGE_READ_CAPACITY
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 _STORAGE_READ_CAPACITY
Auto Trait Implementations§
impl Freeze for _STORAGE_READ_CAPACITY
impl RefUnwindSafe for _STORAGE_READ_CAPACITY
impl Send for _STORAGE_READ_CAPACITY
impl Sync for _STORAGE_READ_CAPACITY
impl Unpin for _STORAGE_READ_CAPACITY
impl UnwindSafe for _STORAGE_READ_CAPACITY
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