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