Struct windows_sys::Win32::System::Ioctl::STORAGE_DEVICE_NUMBER
[−]#[repr(C)]pub struct STORAGE_DEVICE_NUMBER {
pub DeviceType: u32,
pub DeviceNumber: u32,
pub PartitionNumber: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
DeviceType: u32
DeviceNumber: u32
PartitionNumber: u32
Trait Implementations
impl Clone for STORAGE_DEVICE_NUMBER
impl Clone for STORAGE_DEVICE_NUMBER
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