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