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