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