Struct fuse_backend_rs::api::filesystem::FileLock
source · [−]Expand description
Represents a fuse lock
Fields
start: u64
Lock range start
end: u64
Lock range end, exclusive?
lock_type: u32
Lock type
pid: u32
thread id who owns the lock
Trait Implementations
impl Copy for FileLock
Auto Trait Implementations
impl RefUnwindSafe for FileLock
impl Send for FileLock
impl Sync for FileLock
impl Unpin for FileLock
impl UnwindSafe for FileLock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more