#[repr(C)]pub struct __db_lsn {
pub file: u_int32_t,
pub offset: u_int32_t,
}
Fields§
§file: u_int32_t
§offset: u_int32_t
Trait Implementations§
impl Copy for __db_lsn
Auto Trait Implementations§
impl Freeze for __db_lsn
impl RefUnwindSafe for __db_lsn
impl Send for __db_lsn
impl Sync for __db_lsn
impl Unpin for __db_lsn
impl UnwindSafe for __db_lsn
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