#[repr(C)]pub struct fuse_notify_retrieve_in {
pub dummy1: u64,
pub offset: u64,
pub size: u32,
pub dummy2: u32,
pub dummy3: u64,
pub dummy4: u64,
}
Fields§
§dummy1: u64
§offset: u64
§size: u32
§dummy2: u32
§dummy3: u64
§dummy4: u64
Trait Implementations§
Source§impl AsBytes for fuse_notify_retrieve_in
impl AsBytes for fuse_notify_retrieve_in
Source§impl Clone for fuse_notify_retrieve_in
impl Clone for fuse_notify_retrieve_in
Source§fn clone(&self) -> fuse_notify_retrieve_in
fn clone(&self) -> fuse_notify_retrieve_in
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_notify_retrieve_in
impl Default for fuse_notify_retrieve_in
Source§fn default() -> fuse_notify_retrieve_in
fn default() -> fuse_notify_retrieve_in
Returns the “default value” for a type. Read more
impl Copy for fuse_notify_retrieve_in
impl FromBytes for fuse_notify_retrieve_in
Auto Trait Implementations§
impl Freeze for fuse_notify_retrieve_in
impl RefUnwindSafe for fuse_notify_retrieve_in
impl Send for fuse_notify_retrieve_in
impl Sync for fuse_notify_retrieve_in
impl Unpin for fuse_notify_retrieve_in
impl UnwindSafe for fuse_notify_retrieve_in
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