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