pub struct PathTableRef { /* private fields */ }Available on crate feature
sync only.Expand description
Represents PathTableRef.
Implementations§
Source§impl PathTableRef
impl PathTableRef
Sourcepub fn little_endian_sector(&self) -> LogicalSector
pub fn little_endian_sector(&self) -> LogicalSector
Returns the little-endian path-table sector.
Sourcepub fn big_endian_sector(&self) -> LogicalSector
pub fn big_endian_sector(&self) -> LogicalSector
Returns the big-endian path-table sector.
Trait Implementations§
Source§impl Clone for PathTableRef
impl Clone for PathTableRef
Source§fn clone(&self) -> PathTableRef
fn clone(&self) -> PathTableRef
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 PathTableRef
Auto Trait Implementations§
impl Freeze for PathTableRef
impl RefUnwindSafe for PathTableRef
impl Send for PathTableRef
impl Sync for PathTableRef
impl Unpin for PathTableRef
impl UnsafeUnpin for PathTableRef
impl UnwindSafe for PathTableRef
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