#[repr(C)]pub struct pt_packet_mode {
pub leaf: pt_mode_leaf,
pub bits: pt_packet_mode__bindgen_ty_1,
}Expand description
A mode packet.
Fields§
§leaf: pt_mode_leafMode leaf.
bits: pt_packet_mode__bindgen_ty_1Trait Implementations§
Source§impl Clone for pt_packet_mode
impl Clone for pt_packet_mode
Source§fn clone(&self) -> pt_packet_mode
fn clone(&self) -> pt_packet_mode
Returns a duplicate 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 pt_packet_mode
impl Debug for pt_packet_mode
impl Copy for pt_packet_mode
Auto Trait Implementations§
impl Freeze for pt_packet_mode
impl RefUnwindSafe for pt_packet_mode
impl Send for pt_packet_mode
impl Sync for pt_packet_mode
impl Unpin for pt_packet_mode
impl UnwindSafe for pt_packet_mode
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