Struct fuse_backend_rs::api::filesystem::FileLock
source · [−]Expand description
Represents a fuse lock
Fields
start: u64Lock range start
end: u64Lock range end, exclusive?
lock_type: u32Lock type
pid: u32thread 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