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