#[repr(transparent)]pub struct Fracmat(pub u32);Expand description
Fractional Match
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Fracmat
impl Eq for Fracmat
impl StructuralPartialEq for Fracmat
Auto Trait Implementations§
impl Freeze for Fracmat
impl RefUnwindSafe for Fracmat
impl Send for Fracmat
impl Sync for Fracmat
impl Unpin for Fracmat
impl UnwindSafe for Fracmat
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