#[repr(C)]pub struct Attr {
pub id: EntryId,
pub size: u64,
pub created: Timestamp,
pub modified: Timestamp,
pub accessed: Timestamp,
pub user_data: [u64; 4],
}
Fields§
§id: EntryId
§size: u64
§created: Timestamp
§modified: Timestamp
§accessed: Timestamp
§user_data: [u64; 4]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Attr
impl Send for Attr
impl Sync for Attr
impl Unpin for Attr
impl UnwindSafe for Attr
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