Enum ntfs_reader::api::NtfsAttributeType
source · #[repr(u32)]
pub enum NtfsAttributeType {
StandardInformation,
AttributeList,
FileName,
Data,
Bitmap,
End,
}
Variants
StandardInformation
AttributeList
FileName
Data
Bitmap
End
Trait Implementations
sourceimpl Clone for NtfsAttributeType
impl Clone for NtfsAttributeType
sourcefn clone(&self) -> NtfsAttributeType
fn clone(&self) -> NtfsAttributeType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NtfsAttributeType
impl Debug for NtfsAttributeType
sourceimpl PartialEq<NtfsAttributeType> for NtfsAttributeType
impl PartialEq<NtfsAttributeType> for NtfsAttributeType
sourcefn eq(&self, other: &NtfsAttributeType) -> bool
fn eq(&self, other: &NtfsAttributeType) -> bool
impl Copy for NtfsAttributeType
impl Eq for NtfsAttributeType
impl StructuralEq for NtfsAttributeType
impl StructuralPartialEq for NtfsAttributeType
Auto Trait Implementations
impl RefUnwindSafe for NtfsAttributeType
impl Send for NtfsAttributeType
impl Sync for NtfsAttributeType
impl Unpin for NtfsAttributeType
impl UnwindSafe for NtfsAttributeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more