pub struct HighHalf;Trait Implementations§
impl ComplementOf<HighHalf> for LowHalf
impl ComplementOf<LowHalf> for HighHalf
impl ComplementWithin<EvenHigh, HighHalf> for OddHigh
impl ComplementWithin<HighHalf, All> for LowHalf
impl ComplementWithin<LowHalf, All> for HighHalf
impl ComplementWithin<OddHigh, HighHalf> for EvenHigh
impl Copy for HighHalf
Auto Trait Implementations§
impl Freeze for HighHalf
impl RefUnwindSafe for HighHalf
impl Send for HighHalf
impl Sync for HighHalf
impl Unpin for HighHalf
impl UnsafeUnpin for HighHalf
impl UnwindSafe for HighHalf
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