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