pub struct Tcf {
pub install: u64,
pub lastuse: u64,
pub expires: u64,
pub firstuse: u64,
}Fields§
§install: u64§lastuse: u64§expires: u64§firstuse: u64Trait Implementations§
impl Eq for Tcf
impl StructuralPartialEq for Tcf
Auto Trait Implementations§
impl Freeze for Tcf
impl RefUnwindSafe for Tcf
impl Send for Tcf
impl Sync for Tcf
impl Unpin for Tcf
impl UnwindSafe for Tcf
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