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