#[repr(C)]pub struct fuse_out_header {
pub len: u32,
pub error: i32,
pub unique: u64,
}
Fields§
§len: u32
§error: i32
§unique: u64
Trait Implementations§
Source§impl AsBytes for fuse_out_header
impl AsBytes for fuse_out_header
Source§impl Clone for fuse_out_header
impl Clone for fuse_out_header
Source§fn clone(&self) -> fuse_out_header
fn clone(&self) -> fuse_out_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_out_header
impl Default for fuse_out_header
Source§fn default() -> fuse_out_header
fn default() -> fuse_out_header
Returns the “default value” for a type. Read more
impl Copy for fuse_out_header
impl FromBytes for fuse_out_header
Auto Trait Implementations§
impl Freeze for fuse_out_header
impl RefUnwindSafe for fuse_out_header
impl Send for fuse_out_header
impl Sync for fuse_out_header
impl Unpin for fuse_out_header
impl UnwindSafe for fuse_out_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