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