#[repr(C, packed(1))]pub struct read_failed_contact_counter_rp {
pub status: u8,
pub handle: u16,
pub counter: u8,
}Fields§
§status: u8§handle: u16§counter: u8Trait Implementations§
Source§impl Clone for read_failed_contact_counter_rp
impl Clone for read_failed_contact_counter_rp
Source§fn clone(&self) -> read_failed_contact_counter_rp
fn clone(&self) -> read_failed_contact_counter_rp
Returns a copy 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 moreimpl Copy for read_failed_contact_counter_rp
Auto Trait Implementations§
impl Freeze for read_failed_contact_counter_rp
impl RefUnwindSafe for read_failed_contact_counter_rp
impl Send for read_failed_contact_counter_rp
impl Sync for read_failed_contact_counter_rp
impl Unpin for read_failed_contact_counter_rp
impl UnwindSafe for read_failed_contact_counter_rp
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