#[repr(C)]pub struct mss_mac_tsu_time {
pub secs_msb: u32,
pub secs_lsb: u32,
pub nanoseconds: u32,
}Fields§
§secs_msb: u32< Most significant bits of seconds count
secs_lsb: u32< Least significant bits of seconds count
nanoseconds: u32< Nanoseconds count
Trait Implementations§
Source§impl Clone for mss_mac_tsu_time
impl Clone for mss_mac_tsu_time
Source§fn clone(&self) -> mss_mac_tsu_time
fn clone(&self) -> mss_mac_tsu_time
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 mss_mac_tsu_time
impl Debug for mss_mac_tsu_time
impl Copy for mss_mac_tsu_time
Auto Trait Implementations§
impl Freeze for mss_mac_tsu_time
impl RefUnwindSafe for mss_mac_tsu_time
impl Send for mss_mac_tsu_time
impl Sync for mss_mac_tsu_time
impl Unpin for mss_mac_tsu_time
impl UnwindSafe for mss_mac_tsu_time
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