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