pub struct FPByteRangeLock {
pub fork_id: u16,
pub offset: i32,
pub length: u32,
pub flags: FPByteRangeLockFlags,
}Fields§
§fork_id: u16§offset: i32§length: u32§flags: FPByteRangeLockFlagsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPByteRangeLock
impl RefUnwindSafe for FPByteRangeLock
impl Send for FPByteRangeLock
impl Sync for FPByteRangeLock
impl Unpin for FPByteRangeLock
impl UnsafeUnpin for FPByteRangeLock
impl UnwindSafe for FPByteRangeLock
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