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