#[repr(C)]
pub struct FSP_FSCTL_VOLUME_PARAMS_V0 {
Show 14 fields pub Version: UINT16, pub SectorSize: UINT16, pub SectorsPerAllocationUnit: UINT16, pub MaxComponentLength: UINT16, pub VolumeCreationTime: UINT64, pub VolumeSerialNumber: UINT32, pub TransactTimeout: UINT32, pub IrpTimeout: UINT32, pub IrpCapacity: UINT32, pub FileInfoTimeout: UINT32, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub Prefix: [WCHAR; 192], pub FileSystemName: [WCHAR; 16],
}

Fields§

§Version: UINT16§SectorSize: UINT16§SectorsPerAllocationUnit: UINT16§MaxComponentLength: UINT16§VolumeCreationTime: UINT64§VolumeSerialNumber: UINT32§TransactTimeout: UINT32§IrpTimeout: UINT32§IrpCapacity: UINT32§FileInfoTimeout: UINT32§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§Prefix: [WCHAR; 192]§FileSystemName: [WCHAR; 16]

Implementations§

source§

impl FSP_FSCTL_VOLUME_PARAMS_V0

source

pub fn CaseSensitiveSearch(&self) -> UINT32

source

pub fn set_CaseSensitiveSearch(&mut self, val: UINT32)

source

pub fn CasePreservedNames(&self) -> UINT32

source

pub fn set_CasePreservedNames(&mut self, val: UINT32)

source

pub fn UnicodeOnDisk(&self) -> UINT32

source

pub fn set_UnicodeOnDisk(&mut self, val: UINT32)

source

pub fn PersistentAcls(&self) -> UINT32

source

pub fn set_PersistentAcls(&mut self, val: UINT32)

source

pub fn ReparsePoints(&self) -> UINT32

source

pub fn set_ReparsePoints(&mut self, val: UINT32)

source

pub fn ReparsePointsAccessCheck(&self) -> UINT32

source

pub fn set_ReparsePointsAccessCheck(&mut self, val: UINT32)

source

pub fn NamedStreams(&self) -> UINT32

source

pub fn set_NamedStreams(&mut self, val: UINT32)

source

pub fn ExtendedAttributes(&self) -> UINT32

source

pub fn set_ExtendedAttributes(&mut self, val: UINT32)

source

pub fn ReadOnlyVolume(&self) -> UINT32

source

pub fn set_ReadOnlyVolume(&mut self, val: UINT32)

source

pub fn PostCleanupWhenModifiedOnly(&self) -> UINT32

source

pub fn set_PostCleanupWhenModifiedOnly(&mut self, val: UINT32)

source

pub fn PassQueryDirectoryPattern(&self) -> UINT32

source

pub fn set_PassQueryDirectoryPattern(&mut self, val: UINT32)

source

pub fn AlwaysUseDoubleBuffering(&self) -> UINT32

source

pub fn set_AlwaysUseDoubleBuffering(&mut self, val: UINT32)

source

pub fn PassQueryDirectoryFileName(&self) -> UINT32

source

pub fn set_PassQueryDirectoryFileName(&mut self, val: UINT32)

source

pub fn FlushAndPurgeOnCleanup(&self) -> UINT32

source

pub fn set_FlushAndPurgeOnCleanup(&mut self, val: UINT32)

source

pub fn DeviceControl(&self) -> UINT32

source

pub fn set_DeviceControl(&mut self, val: UINT32)

source

pub fn UmFileContextIsUserContext2(&self) -> UINT32

source

pub fn set_UmFileContextIsUserContext2(&mut self, val: UINT32)

source

pub fn UmFileContextIsFullContext(&self) -> UINT32

source

pub fn set_UmFileContextIsFullContext(&mut self, val: UINT32)

source

pub fn UmNoReparsePointsDirCheck(&self) -> UINT32

source

pub fn set_UmNoReparsePointsDirCheck(&mut self, val: UINT32)

source

pub fn UmReservedFlags(&self) -> UINT32

source

pub fn set_UmReservedFlags(&mut self, val: UINT32)

source

pub fn AllowOpenInKernelMode(&self) -> UINT32

source

pub fn set_AllowOpenInKernelMode(&mut self, val: UINT32)

source

pub fn CasePreservedExtendedAttributes(&self) -> UINT32

source

pub fn set_CasePreservedExtendedAttributes(&mut self, val: UINT32)

source

pub fn WslFeatures(&self) -> UINT32

source

pub fn set_WslFeatures(&mut self, val: UINT32)

source

pub fn DirectoryMarkerAsNextOffset(&self) -> UINT32

source

pub fn set_DirectoryMarkerAsNextOffset(&mut self, val: UINT32)

source

pub fn RejectIrpPriorToTransact0(&self) -> UINT32

source

pub fn set_RejectIrpPriorToTransact0(&mut self, val: UINT32)

source

pub fn SupportsPosixUnlinkRename(&self) -> UINT32

source

pub fn set_SupportsPosixUnlinkRename(&mut self, val: UINT32)

source

pub fn PostDispositionWhenNecessaryOnly(&self) -> UINT32

source

pub fn set_PostDispositionWhenNecessaryOnly(&mut self, val: UINT32)

source

pub fn KmReservedFlags(&self) -> UINT32

source

pub fn set_KmReservedFlags(&mut self, val: UINT32)

source

pub fn new_bitfield_1( CaseSensitiveSearch: UINT32, CasePreservedNames: UINT32, UnicodeOnDisk: UINT32, PersistentAcls: UINT32, ReparsePoints: UINT32, ReparsePointsAccessCheck: UINT32, NamedStreams: UINT32, HardLinks: UINT32, ExtendedAttributes: UINT32, ReadOnlyVolume: UINT32, PostCleanupWhenModifiedOnly: UINT32, PassQueryDirectoryPattern: UINT32, AlwaysUseDoubleBuffering: UINT32, PassQueryDirectoryFileName: UINT32, FlushAndPurgeOnCleanup: UINT32, DeviceControl: UINT32, UmFileContextIsUserContext2: UINT32, UmFileContextIsFullContext: UINT32, UmNoReparsePointsDirCheck: UINT32, UmReservedFlags: UINT32, AllowOpenInKernelMode: UINT32, CasePreservedExtendedAttributes: UINT32, WslFeatures: UINT32, DirectoryMarkerAsNextOffset: UINT32, RejectIrpPriorToTransact0: UINT32, SupportsPosixUnlinkRename: UINT32, PostDispositionWhenNecessaryOnly: UINT32, KmReservedFlags: UINT32 ) -> __BindgenBitfieldUnit<[u8; 4]>

Trait Implementations§

source§

impl Clone for FSP_FSCTL_VOLUME_PARAMS_V0

source§

fn clone(&self) -> FSP_FSCTL_VOLUME_PARAMS_V0

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FSP_FSCTL_VOLUME_PARAMS_V0

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for FSP_FSCTL_VOLUME_PARAMS_V0

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for FSP_FSCTL_VOLUME_PARAMS_V0

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.