#[repr(C)]pub struct FSCTL_SET_INTEGRITY_INFORMATION_BUFFER {
pub ChecksumAlgorithm: u16,
pub Reserved: u16,
pub Flags: u32,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
ChecksumAlgorithm: u16
Reserved: u16
Flags: u32
Trait Implementations
impl Copy for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
impl Send for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
impl Sync for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
impl Unpin for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
impl UnwindSafe for FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
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