#[repr(C)]pub struct attrlist {
pub bitmapcount: u16,
pub reserved: u16,
pub commonattr: u32,
pub volattr: u32,
pub dirattr: u32,
pub fileattr: u32,
pub forkattr: u32,
}Fields§
§bitmapcount: u16§reserved: u16§commonattr: u32§volattr: u32§dirattr: u32§fileattr: u32§forkattr: u32Trait Implementations§
impl Copy for attrlist
impl Eq for attrlist
impl StructuralPartialEq for attrlist
Auto Trait Implementations§
impl Freeze for attrlist
impl RefUnwindSafe for attrlist
impl Send for attrlist
impl Sync for attrlist
impl Unpin for attrlist
impl UnwindSafe for attrlist
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more