#[repr(C)]pub struct TCGOpDef {
pub name: *const c_char,
pub nb_oargs: u8,
pub nb_iargs: u8,
pub nb_cargs: u8,
pub nb_args: u8,
pub flags: u8,
pub args_ct: *mut TCGArgConstraint,
pub sorted_args: *mut c_int,
}Fields§
§name: *const c_char§nb_oargs: u8§nb_iargs: u8§nb_cargs: u8§nb_args: u8§flags: u8§args_ct: *mut TCGArgConstraint§sorted_args: *mut c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for TCGOpDef
impl RefUnwindSafe for TCGOpDef
impl !Send for TCGOpDef
impl !Sync for TCGOpDef
impl Unpin for TCGOpDef
impl UnwindSafe for TCGOpDef
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