#[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§
Source§impl Clone for STORAGE_DEVICE_NUMBER
impl Clone for STORAGE_DEVICE_NUMBER
Source§fn clone(&self) -> STORAGE_DEVICE_NUMBER
fn clone(&self) -> STORAGE_DEVICE_NUMBER
Returns a duplicate 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 moreSource§impl Default for STORAGE_DEVICE_NUMBER
impl Default for STORAGE_DEVICE_NUMBER
Source§fn default() -> STORAGE_DEVICE_NUMBER
fn default() -> STORAGE_DEVICE_NUMBER
Returns the “default value” for a type. Read more
impl Copy for STORAGE_DEVICE_NUMBER
Auto Trait Implementations§
impl Freeze for STORAGE_DEVICE_NUMBER
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§
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