#[repr(C)]pub struct pt_packet_mtc {
pub ctc: u8,
}Expand description
A MTC packet.
Fields§
§ctc: u8The crystal clock tick counter value.
Trait Implementations§
Source§impl Clone for pt_packet_mtc
impl Clone for pt_packet_mtc
Source§fn clone(&self) -> pt_packet_mtc
fn clone(&self) -> pt_packet_mtc
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 pt_packet_mtc
impl Debug for pt_packet_mtc
Source§impl Hash for pt_packet_mtc
impl Hash for pt_packet_mtc
Source§impl PartialEq for pt_packet_mtc
impl PartialEq for pt_packet_mtc
impl Copy for pt_packet_mtc
impl Eq for pt_packet_mtc
impl StructuralPartialEq for pt_packet_mtc
Auto Trait Implementations§
impl Freeze for pt_packet_mtc
impl RefUnwindSafe for pt_packet_mtc
impl Send for pt_packet_mtc
impl Sync for pt_packet_mtc
impl Unpin for pt_packet_mtc
impl UnwindSafe for pt_packet_mtc
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