pub struct FmAlgo(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
impl Copy for FmAlgo
impl StructuralPartialEq for FmAlgo
Auto Trait Implementations§
impl Freeze for FmAlgo
impl RefUnwindSafe for FmAlgo
impl Send for FmAlgo
impl Sync for FmAlgo
impl Unpin for FmAlgo
impl UnwindSafe for FmAlgo
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