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