#[repr(C)]pub struct fuse_in_header {
pub len: u32,
pub opcode: u32,
pub unique: u64,
pub nodeid: u64,
pub uid: u32,
pub gid: u32,
pub pid: u32,
pub padding: u32,
}
Fields§
§len: u32
§opcode: u32
§unique: u64
§nodeid: u64
§uid: u32
§gid: u32
§pid: u32
§padding: u32
Trait Implementations§
Source§impl AsBytes for fuse_in_header
impl AsBytes for fuse_in_header
Source§impl Clone for fuse_in_header
impl Clone for fuse_in_header
Source§fn clone(&self) -> fuse_in_header
fn clone(&self) -> fuse_in_header
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for fuse_in_header
impl Default for fuse_in_header
Source§fn default() -> fuse_in_header
fn default() -> fuse_in_header
Returns the “default value” for a type. Read more
impl Copy for fuse_in_header
impl FromBytes for fuse_in_header
Auto Trait Implementations§
impl Freeze for fuse_in_header
impl RefUnwindSafe for fuse_in_header
impl Send for fuse_in_header
impl Sync for fuse_in_header
impl Unpin for fuse_in_header
impl UnwindSafe for fuse_in_header
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