Struct windows_sys::Win32::System::Ioctl::SET_DISK_ATTRIBUTES
[−]#[repr(C)]pub struct SET_DISK_ATTRIBUTES {
pub Version: u32,
pub Persist: BOOLEAN,
pub Reserved1: [u8; 3],
pub Attributes: u64,
pub AttributesMask: u64,
pub Reserved2: [u32; 4],
}
Expand description
Required features: ‘Win32_System_Ioctl’, ‘Win32_Foundation’
Fields
Version: u32
Persist: BOOLEAN
Reserved1: [u8; 3]
Attributes: u64
AttributesMask: u64
Reserved2: [u32; 4]
Trait Implementations
impl Clone for SET_DISK_ATTRIBUTES
impl Clone for SET_DISK_ATTRIBUTES
impl Copy for SET_DISK_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for SET_DISK_ATTRIBUTES
impl Send for SET_DISK_ATTRIBUTES
impl Sync for SET_DISK_ATTRIBUTES
impl Unpin for SET_DISK_ATTRIBUTES
impl UnwindSafe for SET_DISK_ATTRIBUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more