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