pub struct RegMappings {
pub reg_mapping: Vec<RegMapping>,
}Fields§
§reg_mapping: Vec<RegMapping>Trait Implementations§
Source§impl Clone for RegMappings
impl Clone for RegMappings
Source§fn clone(&self) -> RegMappings
fn clone(&self) -> RegMappings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegMappings
impl Debug for RegMappings
Source§impl<'de> Deserialize<'de> for RegMappings
impl<'de> Deserialize<'de> for RegMappings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RegMappings
impl PartialEq for RegMappings
impl Eq for RegMappings
impl StructuralPartialEq for RegMappings
Auto Trait Implementations§
impl Freeze for RegMappings
impl RefUnwindSafe for RegMappings
impl Send for RegMappings
impl Sync for RegMappings
impl Unpin for RegMappings
impl UnwindSafe for RegMappings
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