pub struct BitMapping<T, U> {
pub src: T,
pub dst: U,
}Fields§
§src: T§dst: UAuto Trait Implementations§
impl<T, U> Freeze for BitMapping<T, U>
impl<T, U> RefUnwindSafe for BitMapping<T, U>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for BitMapping<T, U>
impl<T, U> Sync for BitMapping<T, U>
impl<T, U> Unpin for BitMapping<T, U>
impl<T, U> UnwindSafe for BitMapping<T, U>where
T: UnwindSafe,
U: 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