#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NtfsAttributeType
Source§impl Debug for NtfsAttributeType
impl Debug for NtfsAttributeType
impl Eq for NtfsAttributeType
Source§impl PartialEq for NtfsAttributeType
impl PartialEq for NtfsAttributeType
Source§fn eq(&self, other: &NtfsAttributeType) -> bool
fn eq(&self, other: &NtfsAttributeType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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