pub struct PushTcfT { /* private fields */ }Available on crate feature
tc only.Implementations§
Source§impl PushTcfT
impl PushTcfT
Sourcepub fn new_from_slice(other: &[u8]) -> Option<Self>
pub fn new_from_slice(other: &[u8]) -> Option<Self>
Copy from contents from other slice
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn as_mut_slice(&mut self) -> &mut [u8] ⓘ
pub const fn len() -> usize
pub fn install(&self) -> u64
pub fn set_install(&mut self, value: u64)
pub fn lastuse(&self) -> u64
pub fn set_lastuse(&mut self, value: u64)
pub fn expires(&self) -> u64
pub fn set_expires(&mut self, value: u64)
pub fn firstuse(&self) -> u64
pub fn set_firstuse(&mut self, value: u64)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PushTcfT
impl RefUnwindSafe for PushTcfT
impl Send for PushTcfT
impl Sync for PushTcfT
impl Unpin for PushTcfT
impl UnwindSafe for PushTcfT
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