#[repr(C, packed(2))]pub struct RecordLock {
pub rec_FH: BPTR,
pub rec_Offset: ULONG,
pub rec_Length: ULONG,
pub rec_Mode: ULONG,
}Fields§
§rec_FH: BPTR§rec_Offset: ULONG§rec_Length: ULONG§rec_Mode: ULONGTrait Implementations§
Source§impl Clone for RecordLock
impl Clone for RecordLock
Source§fn clone(&self) -> RecordLock
fn clone(&self) -> RecordLock
Returns a duplicate 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 Debug for RecordLock
impl Debug for RecordLock
impl Copy for RecordLock
Auto Trait Implementations§
impl Freeze for RecordLock
impl RefUnwindSafe for RecordLock
impl Send for RecordLock
impl Sync for RecordLock
impl Unpin for RecordLock
impl UnwindSafe for RecordLock
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