#[repr(C, align(4))]pub struct pt_packet_mode_tsx {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Expand description
A mode.tsx packet.
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl pt_packet_mode_tsx
impl pt_packet_mode_tsx
pub fn intx(&self) -> u32
pub fn set_intx(&mut self, val: u32)
pub unsafe fn intx_raw(this: *const Self) -> u32
pub unsafe fn set_intx_raw(this: *mut Self, val: u32)
pub fn abrt(&self) -> u32
pub fn set_abrt(&mut self, val: u32)
pub unsafe fn abrt_raw(this: *const Self) -> u32
pub unsafe fn set_abrt_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1(intx: u32, abrt: u32) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for pt_packet_mode_tsx
impl Clone for pt_packet_mode_tsx
Source§fn clone(&self) -> pt_packet_mode_tsx
fn clone(&self) -> pt_packet_mode_tsx
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_mode_tsx
impl Debug for pt_packet_mode_tsx
Source§impl Hash for pt_packet_mode_tsx
impl Hash for pt_packet_mode_tsx
Source§impl PartialEq for pt_packet_mode_tsx
impl PartialEq for pt_packet_mode_tsx
impl Copy for pt_packet_mode_tsx
impl Eq for pt_packet_mode_tsx
impl StructuralPartialEq for pt_packet_mode_tsx
Auto Trait Implementations§
impl Freeze for pt_packet_mode_tsx
impl RefUnwindSafe for pt_packet_mode_tsx
impl Send for pt_packet_mode_tsx
impl Sync for pt_packet_mode_tsx
impl Unpin for pt_packet_mode_tsx
impl UnwindSafe for pt_packet_mode_tsx
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