#[repr(C, align(4))]pub struct pt_packet_mode_exec {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Expand description
A mode.exec packet.
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl pt_packet_mode_exec
impl pt_packet_mode_exec
pub fn csl(&self) -> u32
pub fn set_csl(&mut self, val: u32)
pub unsafe fn csl_raw(this: *const Self) -> u32
pub unsafe fn set_csl_raw(this: *mut Self, val: u32)
pub fn csd(&self) -> u32
pub fn set_csd(&mut self, val: u32)
pub unsafe fn csd_raw(this: *const Self) -> u32
pub unsafe fn set_csd_raw(this: *mut Self, val: u32)
pub fn iflag(&self) -> u32
pub fn set_iflag(&mut self, val: u32)
pub unsafe fn iflag_raw(this: *const Self) -> u32
pub unsafe fn set_iflag_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( csl: u32, csd: u32, iflag: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for pt_packet_mode_exec
impl Clone for pt_packet_mode_exec
Source§fn clone(&self) -> pt_packet_mode_exec
fn clone(&self) -> pt_packet_mode_exec
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_exec
impl Debug for pt_packet_mode_exec
Source§impl Hash for pt_packet_mode_exec
impl Hash for pt_packet_mode_exec
Source§impl PartialEq for pt_packet_mode_exec
impl PartialEq for pt_packet_mode_exec
impl Copy for pt_packet_mode_exec
impl Eq for pt_packet_mode_exec
impl StructuralPartialEq for pt_packet_mode_exec
Auto Trait Implementations§
impl Freeze for pt_packet_mode_exec
impl RefUnwindSafe for pt_packet_mode_exec
impl Send for pt_packet_mode_exec
impl Sync for pt_packet_mode_exec
impl Unpin for pt_packet_mode_exec
impl UnwindSafe for pt_packet_mode_exec
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