#[repr(C)]pub struct fdb_tsl {
pub status: fdb_tsl_status_t,
pub time: fdb_time_t,
pub log_len: u32,
pub addr: fdb_tsl__bindgen_ty_1,
}Fields§
§status: fdb_tsl_status_t< node status, @see fdb_log_status_t
time: fdb_time_t< node timestamp
log_len: u32< log length, must align by FDB_WRITE_GRAN
addr: fdb_tsl__bindgen_ty_1Trait Implementations§
impl Copy for fdb_tsl
Auto Trait Implementations§
impl Freeze for fdb_tsl
impl RefUnwindSafe for fdb_tsl
impl Send for fdb_tsl
impl Sync for fdb_tsl
impl Unpin for fdb_tsl
impl UnwindSafe for fdb_tsl
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