#[repr(C)]pub struct FuseLinkIn {
pub oldnodeid: u64,
}Expand description
FUSE link request input fuse_link_in
Fields§
§oldnodeid: u64The old node i-number
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseLinkIn
impl RefUnwindSafe for FuseLinkIn
impl Send for FuseLinkIn
impl Sync for FuseLinkIn
impl Unpin for FuseLinkIn
impl UnwindSafe for FuseLinkIn
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