pub struct RegMapping {
pub mapped_name: MappedName,
pub mapped_type: String,
pub mapped_execution_state: ExecutionState,
pub mapped_from_startbit: Option<u8>,
pub mapped_from_endbit: Option<u8>,
pub mapped_to_startbit: Option<u8>,
pub mapped_to_endbit: Option<u8>,
pub mapped_from_rangeset: Option<MappedFromRangeset>,
}Fields§
§mapped_name: MappedName§mapped_type: String§mapped_execution_state: ExecutionState§mapped_from_startbit: Option<u8>§mapped_from_endbit: Option<u8>§mapped_to_startbit: Option<u8>§mapped_to_endbit: Option<u8>§mapped_from_rangeset: Option<MappedFromRangeset>Trait Implementations§
Source§impl Clone for RegMapping
impl Clone for RegMapping
Source§fn clone(&self) -> RegMapping
fn clone(&self) -> RegMapping
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 RegMapping
impl Debug for RegMapping
Source§impl<'de> Deserialize<'de> for RegMapping
impl<'de> Deserialize<'de> for RegMapping
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 RegMapping
impl PartialEq for RegMapping
impl Eq for RegMapping
impl StructuralPartialEq for RegMapping
Auto Trait Implementations§
impl Freeze for RegMapping
impl RefUnwindSafe for RegMapping
impl Send for RegMapping
impl Sync for RegMapping
impl Unpin for RegMapping
impl UnwindSafe for RegMapping
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