pub struct ChainMapping {
pub mapping: [u8; 255],
pub to_move: Vec<u8>,
}
Fields§
§mapping: [u8; 255]
§to_move: Vec<u8>
Implementations§
Source§impl ChainMapping
impl ChainMapping
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChainMapping
impl RefUnwindSafe for ChainMapping
impl Send for ChainMapping
impl Sync for ChainMapping
impl Unpin for ChainMapping
impl UnwindSafe for ChainMapping
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