pub struct PathTableInfo { /* private fields */ }Available on crate features
alloc and sync only.Expand description
Path table information (requires alloc for iterator support)
Implementations§
Source§impl PathTableInfo
impl PathTableInfo
Sourcepub fn reference(&self) -> &PathTableRef
pub fn reference(&self) -> &PathTableRef
Returns the underlying path-table locations and encoded length.
Source§impl PathTableInfo
impl PathTableInfo
Auto Trait Implementations§
impl Freeze for PathTableInfo
impl RefUnwindSafe for PathTableInfo
impl Send for PathTableInfo
impl Sync for PathTableInfo
impl Unpin for PathTableInfo
impl UnsafeUnpin for PathTableInfo
impl UnwindSafe for PathTableInfo
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