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