pub struct PinnedLink {
pub link: Link,
pub inode: u64,
}Fields§
§link: Link§inode: u64Auto Trait Implementations§
impl Freeze for PinnedLink
impl RefUnwindSafe for PinnedLink
impl Send for PinnedLink
impl !Sync for PinnedLink
impl Unpin for PinnedLink
impl UnwindSafe for PinnedLink
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