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