#[repr(packed(1))]pub struct OwnedFileId {
pub parent_inode: Inode,
pub basename: SmallString,
}
Fields§
§parent_inode: Inode
§basename: SmallString
Implementations§
Source§impl OwnedFileId
impl OwnedFileId
pub fn as_file_id(&self) -> FileId<'_>
Trait Implementations§
Source§impl Clone for OwnedFileId
impl Clone for OwnedFileId
Source§fn clone(&self) -> OwnedFileId
fn clone(&self) -> OwnedFileId
Returns a copy of the value. Read more
1.0.0 · 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 OwnedFileId
impl Debug for OwnedFileId
Source§impl Hash for OwnedFileId
impl Hash for OwnedFileId
Source§impl PartialEq for OwnedFileId
impl PartialEq for OwnedFileId
impl Eq for OwnedFileId
impl StructuralPartialEq for OwnedFileId
Auto Trait Implementations§
impl Freeze for OwnedFileId
impl RefUnwindSafe for OwnedFileId
impl Send for OwnedFileId
impl Sync for OwnedFileId
impl Unpin for OwnedFileId
impl UnwindSafe for OwnedFileId
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