#[repr(C)]pub struct t_rec {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub u: t_rec__bindgen_ty_1,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§u: t_rec__bindgen_ty_1Implementations§
Source§impl t_rec
impl t_rec
pub fn event(&self) -> u32
pub fn set_event(&mut self, val: u32)
pub unsafe fn event_raw(this: *const Self) -> u32
pub unsafe fn set_event_raw(this: *mut Self, val: u32)
pub fn extra_u32(&self) -> u32
pub fn set_extra_u32(&mut self, val: u32)
pub unsafe fn extra_u32_raw(this: *const Self) -> u32
pub unsafe fn set_extra_u32_raw(this: *mut Self, val: u32)
pub fn cycles_included(&self) -> u32
pub fn set_cycles_included(&mut self, val: u32)
pub unsafe fn cycles_included_raw(this: *const Self) -> u32
pub unsafe fn set_cycles_included_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( event: u32, extra_u32: u32, cycles_included: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for t_rec
impl RefUnwindSafe for t_rec
impl Send for t_rec
impl Sync for t_rec
impl Unpin for t_rec
impl UnwindSafe for t_rec
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