Struct CSC_COMTIIntrinsicsConfig
#[repr(transparent)]pub struct CSC_COMTIIntrinsicsConfig(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CSC_COMTIIntrinsicsConfig
impl Clone for CSC_COMTIIntrinsicsConfig
§fn clone(&self) -> CSC_COMTIIntrinsicsConfig
fn clone(&self) -> CSC_COMTIIntrinsicsConfig
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 more§impl Debug for CSC_COMTIIntrinsicsConfig
impl Debug for CSC_COMTIIntrinsicsConfig
§impl Default for CSC_COMTIIntrinsicsConfig
impl Default for CSC_COMTIIntrinsicsConfig
§fn default() -> CSC_COMTIIntrinsicsConfig
fn default() -> CSC_COMTIIntrinsicsConfig
Returns the “default value” for a type. Read more
§impl PartialEq for CSC_COMTIIntrinsicsConfig
impl PartialEq for CSC_COMTIIntrinsicsConfig
impl Copy for CSC_COMTIIntrinsicsConfig
impl Eq for CSC_COMTIIntrinsicsConfig
impl StructuralPartialEq for CSC_COMTIIntrinsicsConfig
Auto Trait Implementations§
impl Freeze for CSC_COMTIIntrinsicsConfig
impl RefUnwindSafe for CSC_COMTIIntrinsicsConfig
impl Send for CSC_COMTIIntrinsicsConfig
impl Sync for CSC_COMTIIntrinsicsConfig
impl Unpin for CSC_COMTIIntrinsicsConfig
impl UnwindSafe for CSC_COMTIIntrinsicsConfig
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