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