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