pub struct c<T: Copy + PartialEq>(pub T, pub T);Tuple Fields§
§0: T§1: TImplementations§
Trait Implementations§
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<&c<T>> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<&c<T>> for &c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<&c<T>> for c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<&c<T>> for c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<T> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<T> for &c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<T> for c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<T> for c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<c<T>> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div<c<T>> for &c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div for c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Div<Output = T> + Copy + PartialEq> Div for c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<&c<T>> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<&c<T>> for &c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<&c<T>> for c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<&c<T>> for c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<T> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<T> for &c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<T> for c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<T> for c<T>
Source§impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<c<T>> for &c<T>
impl<T: Add<Output = T> + Mul<Output = T> + Sub<Output = T> + Copy + PartialEq> Mul<c<T>> for &c<T>
impl<T: Copy + Copy + PartialEq> Copy for c<T>
impl<T: Copy + PartialEq> StructuralPartialEq for c<T>
Auto Trait Implementations§
impl<T> Freeze for c<T>where
T: Freeze,
impl<T> RefUnwindSafe for c<T>where
T: RefUnwindSafe,
impl<T> Send for c<T>where
T: Send,
impl<T> Sync for c<T>where
T: Sync,
impl<T> Unpin for c<T>where
T: Unpin,
impl<T> UnwindSafe for c<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