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