#[repr(C)]pub struct TCGArgConstraint {
pub ct: u16,
pub alias_index: u8,
pub u: TCGArgConstraint__bindgen_ty_1,
}Fields§
§ct: u16§alias_index: u8§u: TCGArgConstraint__bindgen_ty_1Trait Implementations§
Source§impl Clone for TCGArgConstraint
impl Clone for TCGArgConstraint
Source§fn clone(&self) -> TCGArgConstraint
fn clone(&self) -> TCGArgConstraint
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 moreimpl Copy for TCGArgConstraint
Auto Trait Implementations§
impl Freeze for TCGArgConstraint
impl RefUnwindSafe for TCGArgConstraint
impl Send for TCGArgConstraint
impl Sync for TCGArgConstraint
impl Unpin for TCGArgConstraint
impl UnwindSafe for TCGArgConstraint
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