#[repr(u32)]pub enum FsctlCodes {
Show 17 variants
DfsGetReferrals = 393_620,
OffloadRead = 606_820,
PipePeek = 1_130_508,
PipeWait = 1_114_136,
PipeTransceive = 1_163_287,
SrvCopychunk = 1_327_346,
SrvEnumerateSnapshots = 1_327_204,
SrvRequestResumeKey = 1_310_840,
SrvReadHash = 1_327_547,
SrvCopychunkWrite = 1_343_730,
LmrRequestResiliency = 1_311_188,
QueryNetworkInterfaceInfo = 1_311_228,
SetReparsePoint = 589_988,
DfsGetReferralsEx = 393_648,
FileLevelTrim = 623_112,
ValidateNegotiateInfo = 1_311_236,
QueryAllocatedRanges = 606_415,
}Variants§
DfsGetReferrals = 393_620
OffloadRead = 606_820
PipePeek = 1_130_508
PipeWait = 1_114_136
PipeTransceive = 1_163_287
SrvCopychunk = 1_327_346
SrvEnumerateSnapshots = 1_327_204
SrvRequestResumeKey = 1_310_840
SrvReadHash = 1_327_547
SrvCopychunkWrite = 1_343_730
LmrRequestResiliency = 1_311_188
QueryNetworkInterfaceInfo = 1_311_228
SetReparsePoint = 589_988
DfsGetReferralsEx = 393_648
FileLevelTrim = 623_112
ValidateNegotiateInfo = 1_311_236
QueryAllocatedRanges = 606_415
Trait Implementations§
Source§impl Clone for FsctlCodes
impl Clone for FsctlCodes
Source§fn clone(&self) -> FsctlCodes
fn clone(&self) -> FsctlCodes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FsctlCodes
impl Debug for FsctlCodes
Source§impl PartialEq for FsctlCodes
impl PartialEq for FsctlCodes
impl Copy for FsctlCodes
impl Eq for FsctlCodes
impl StructuralPartialEq for FsctlCodes
Auto Trait Implementations§
impl Freeze for FsctlCodes
impl RefUnwindSafe for FsctlCodes
impl Send for FsctlCodes
impl Sync for FsctlCodes
impl Unpin for FsctlCodes
impl UnwindSafe for FsctlCodes
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