#[repr(C)]pub struct sm_type_params_gp {
pub level: c_uint,
pub index: c_uint,
pub version: c_uint,
pub cplc: sc_cplc,
}Fields§
§level: c_uint§index: c_uint§version: c_uint§cplc: sc_cplcTrait Implementations§
Source§impl Clone for sm_type_params_gp
impl Clone for sm_type_params_gp
Source§fn clone(&self) -> sm_type_params_gp
fn clone(&self) -> sm_type_params_gp
Returns a copy 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 sm_type_params_gp
Auto Trait Implementations§
impl Freeze for sm_type_params_gp
impl RefUnwindSafe for sm_type_params_gp
impl Send for sm_type_params_gp
impl Sync for sm_type_params_gp
impl Unpin for sm_type_params_gp
impl UnwindSafe for sm_type_params_gp
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