pub struct ErofsEntryInfo {
pub kind: ErofsEntryKind,
pub opaque: bool,
pub whiteout: bool,
}Fields§
§kind: ErofsEntryKind§opaque: bool§whiteout: boolTrait Implementations§
Source§impl Clone for ErofsEntryInfo
impl Clone for ErofsEntryInfo
Source§fn clone(&self) -> ErofsEntryInfo
fn clone(&self) -> ErofsEntryInfo
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 moreSource§impl Debug for ErofsEntryInfo
impl Debug for ErofsEntryInfo
impl Eq for ErofsEntryInfo
Source§impl PartialEq for ErofsEntryInfo
impl PartialEq for ErofsEntryInfo
Source§fn eq(&self, other: &ErofsEntryInfo) -> bool
fn eq(&self, other: &ErofsEntryInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ErofsEntryInfo
Auto Trait Implementations§
impl Freeze for ErofsEntryInfo
impl RefUnwindSafe for ErofsEntryInfo
impl Send for ErofsEntryInfo
impl Sync for ErofsEntryInfo
impl Unpin for ErofsEntryInfo
impl UnsafeUnpin for ErofsEntryInfo
impl UnwindSafe for ErofsEntryInfo
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