pub struct DirectoryRef {
pub extent: LogicalSector,
pub size: usize,
}Available on crate feature
sync only.Expand description
Represents DirectoryRef.
Fields§
§extent: LogicalSectorThe extent field.
size: usizeThe size field.
Trait Implementations§
Source§impl Clone for DirectoryRef
impl Clone for DirectoryRef
Source§fn clone(&self) -> DirectoryRef
fn clone(&self) -> DirectoryRef
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 moreimpl Copy for DirectoryRef
Source§impl Debug for DirectoryRef
impl Debug for DirectoryRef
Source§impl Default for DirectoryRef
impl Default for DirectoryRef
Source§fn default() -> DirectoryRef
fn default() -> DirectoryRef
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DirectoryRef
impl RefUnwindSafe for DirectoryRef
impl Send for DirectoryRef
impl Sync for DirectoryRef
impl Unpin for DirectoryRef
impl UnsafeUnpin for DirectoryRef
impl UnwindSafe for DirectoryRef
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