#[repr(u32)]pub enum NtfsAttributeType {
StandardInformation = 16,
AttributeList = 32,
FileName = 48,
Data = 128,
Bitmap = 176,
End = 4_294_967_295,
}
Variants§
StandardInformation = 16
AttributeList = 32
FileName = 48
Data = 128
Bitmap = 176
End = 4_294_967_295
Trait Implementations§
Source§impl Clone for NtfsAttributeType
impl Clone for NtfsAttributeType
Source§fn clone(&self) -> NtfsAttributeType
fn clone(&self) -> NtfsAttributeType
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 NtfsAttributeType
impl Debug for NtfsAttributeType
Source§impl PartialEq for NtfsAttributeType
impl PartialEq for NtfsAttributeType
impl Copy for NtfsAttributeType
impl Eq for NtfsAttributeType
impl StructuralPartialEq for NtfsAttributeType
Auto Trait Implementations§
impl Freeze for NtfsAttributeType
impl RefUnwindSafe for NtfsAttributeType
impl Send for NtfsAttributeType
impl Sync for NtfsAttributeType
impl Unpin for NtfsAttributeType
impl UnwindSafe for NtfsAttributeType
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