Struct windows_sys::Win32::System::Ioctl::GET_DISK_ATTRIBUTES
[−]#[repr(C)]pub struct GET_DISK_ATTRIBUTES {
pub Version: u32,
pub Reserved1: u32,
pub Attributes: u64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32
Reserved1: u32
Attributes: u64
Trait Implementations
impl Clone for GET_DISK_ATTRIBUTES
impl Clone for GET_DISK_ATTRIBUTES
impl Copy for GET_DISK_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for GET_DISK_ATTRIBUTES
impl Send for GET_DISK_ATTRIBUTES
impl Sync for GET_DISK_ATTRIBUTES
impl Unpin for GET_DISK_ATTRIBUTES
impl UnwindSafe for GET_DISK_ATTRIBUTES
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