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