#[repr(C, packed(1))]pub struct evt_num_comp_pkts {
pub num_hndl: u8,
}Fields§
§num_hndl: u8Trait Implementations§
Source§impl Clone for evt_num_comp_pkts
impl Clone for evt_num_comp_pkts
Source§fn clone(&self) -> evt_num_comp_pkts
fn clone(&self) -> evt_num_comp_pkts
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 moreSource§impl Debug for evt_num_comp_pkts
impl Debug for evt_num_comp_pkts
impl Copy for evt_num_comp_pkts
Auto Trait Implementations§
impl Freeze for evt_num_comp_pkts
impl RefUnwindSafe for evt_num_comp_pkts
impl Send for evt_num_comp_pkts
impl Sync for evt_num_comp_pkts
impl Unpin for evt_num_comp_pkts
impl UnwindSafe for evt_num_comp_pkts
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