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