[][src]Struct libfsntfs_rs::attribute::Attribute

#[repr(C)]
pub struct Attribute<'a>(_, _);

Methods

impl<'a> Attribute<'a>[src]

pub fn wrap_ptr(file_entry: &'a FileEntry<'a>, ptr: AttributeRefMut) -> Self[src]

impl<'a> Attribute<'a>[src]

Trait Implementations

impl<'a> Drop for Attribute<'a>[src]

impl<'a> Debug for Attribute<'a>[src]

impl<'a> AsTypeRef for Attribute<'a>[src]

type Ref = AttributeRef

type RefMut = AttributeRefMut

Auto Trait Implementations

impl<'a> !Send for Attribute<'a>

impl<'a> !Sync for Attribute<'a>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.