#[repr(C)]pub struct FILE_INTEGRITY_STREAM_INFORMATION {
pub ChecksumAlgorithm: u16,
pub ChecksumChunkShift: u8,
pub ClusterShift: u8,
pub Flags: u32,
}Fieldsยง
ยงChecksumAlgorithm: u16ยงChecksumChunkShift: u8ยงClusterShift: u8ยงFlags: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for FILE_INTEGRITY_STREAM_INFORMATION
impl Send for FILE_INTEGRITY_STREAM_INFORMATION
impl Sync for FILE_INTEGRITY_STREAM_INFORMATION
impl Unpin for FILE_INTEGRITY_STREAM_INFORMATION
impl UnwindSafe for FILE_INTEGRITY_STREAM_INFORMATION
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