pub struct Divider<T: PrimInt>(/* private fields */);Implementations§
Source§impl<T: DividerInt> Divider<T>
impl<T: DividerInt> Divider<T>
Trait Implementations§
Source§impl<T: DividerInt> From<T> for Divider<T>
impl<T: DividerInt> From<T> for Divider<T>
impl<T: Copy + PrimInt> Copy for Divider<T>
impl<T: Eq + PrimInt> Eq for Divider<T>
impl<T: PrimInt> StructuralPartialEq for Divider<T>
Auto Trait Implementations§
impl<T> Freeze for Divider<T>where
T: Freeze,
impl<T> RefUnwindSafe for Divider<T>where
T: RefUnwindSafe,
impl<T> Send for Divider<T>where
T: Send,
impl<T> Sync for Divider<T>where
T: Sync,
impl<T> Unpin for Divider<T>where
T: Unpin,
impl<T> UnwindSafe for Divider<T>where
T: UnwindSafe,
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