#[repr(C, align(4))]pub struct pt_packet_exstop {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Expand description
A EXSTOP packet.
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Trait Implementations§
Source§impl Clone for pt_packet_exstop
impl Clone for pt_packet_exstop
Source§fn clone(&self) -> pt_packet_exstop
fn clone(&self) -> pt_packet_exstop
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_exstop
impl Debug for pt_packet_exstop
Source§impl Hash for pt_packet_exstop
impl Hash for pt_packet_exstop
Source§impl PartialEq for pt_packet_exstop
impl PartialEq for pt_packet_exstop
impl Copy for pt_packet_exstop
impl Eq for pt_packet_exstop
impl StructuralPartialEq for pt_packet_exstop
Auto Trait Implementations§
impl Freeze for pt_packet_exstop
impl RefUnwindSafe for pt_packet_exstop
impl Send for pt_packet_exstop
impl Sync for pt_packet_exstop
impl Unpin for pt_packet_exstop
impl UnwindSafe for pt_packet_exstop
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