#[repr(C, align(4))]pub struct TCGOp {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}Fields§
§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>Implementations§
Source§impl TCGOp
impl TCGOp
pub fn opc(&self) -> u32
pub fn set_opc(&mut self, val: u32)
pub fn prev(&self) -> u32
pub fn set_prev(&mut self, val: u32)
pub fn next(&self) -> u32
pub fn set_next(&mut self, val: u32)
pub fn calli(&self) -> u32
pub fn set_calli(&mut self, val: u32)
pub fn callo(&self) -> u32
pub fn set_callo(&mut self, val: u32)
pub fn args(&self) -> u32
pub fn set_args(&mut self, val: u32)
pub fn life(&self) -> u32
pub fn set_life(&mut self, val: u32)
pub fn new_bitfield_1( opc: u32, prev: u32, next: u32, calli: u32, callo: u32, args: u32, life: u32, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCGOp
impl RefUnwindSafe for TCGOp
impl Send for TCGOp
impl Sync for TCGOp
impl Unpin for TCGOp
impl UnsafeUnpin for TCGOp
impl UnwindSafe for TCGOp
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