struct HeldLock {
offset: u64,
length: u64,
exclusive: bool,
owner: LockOwner,
}Fields§
§offset: u64§length: u64§exclusive: bool§owner: LockOwnerTrait Implementations§
Auto Trait Implementations§
impl Freeze for HeldLock
impl RefUnwindSafe for HeldLock
impl Send for HeldLock
impl Sync for HeldLock
impl Unpin for HeldLock
impl UnsafeUnpin for HeldLock
impl UnwindSafe for HeldLock
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