#[repr(C, align(4))]pub struct pt_packet_pwre {
pub state: u8,
pub sub_state: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}Expand description
A PWRE packet.
Fields§
§state: u8The resolved thread C-state.
sub_state: u8The resolved thread sub C-state.
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: u8Implementations§
Trait Implementations§
Source§impl Clone for pt_packet_pwre
impl Clone for pt_packet_pwre
Source§fn clone(&self) -> pt_packet_pwre
fn clone(&self) -> pt_packet_pwre
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 pt_packet_pwre
impl Debug for pt_packet_pwre
impl Copy for pt_packet_pwre
Auto Trait Implementations§
impl Freeze for pt_packet_pwre
impl RefUnwindSafe for pt_packet_pwre
impl Send for pt_packet_pwre
impl Sync for pt_packet_pwre
impl Unpin for pt_packet_pwre
impl UnwindSafe for pt_packet_pwre
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