#[repr(C)]pub struct STORAGE_DEVICE_NUMBER {
pub DeviceType: DEVICE_TYPE,
pub DeviceNumber: DWORD,
pub PartitionNumber: DWORD,
}
Fields
DeviceType: DEVICE_TYPE
DeviceNumber: DWORD
PartitionNumber: DWORD
Trait Implementations
sourceimpl Clone for STORAGE_DEVICE_NUMBER
impl Clone for STORAGE_DEVICE_NUMBER
sourcefn clone(&self) -> STORAGE_DEVICE_NUMBER
fn clone(&self) -> STORAGE_DEVICE_NUMBER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for STORAGE_DEVICE_NUMBER
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_DEVICE_NUMBER
impl Send for STORAGE_DEVICE_NUMBER
impl Sync for STORAGE_DEVICE_NUMBER
impl Unpin for STORAGE_DEVICE_NUMBER
impl UnwindSafe for STORAGE_DEVICE_NUMBER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more