pub struct ExternalDebug {
pub access: MemoryAccess,
pub component: String,
pub condition: Condition,
pub instance: Option<String>,
pub offset: Offset,
pub power_domain: Option<String>,
pub range: Option<Range>,
}Fields§
§access: MemoryAccess§component: String§condition: Condition§instance: Option<String>§offset: Offset§power_domain: Option<String>§range: Option<Range>Trait Implementations§
Source§impl Clone for ExternalDebug
impl Clone for ExternalDebug
Source§fn clone(&self) -> ExternalDebug
fn clone(&self) -> ExternalDebug
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 ExternalDebug
impl Debug for ExternalDebug
Source§impl<'de> Deserialize<'de> for ExternalDebug
impl<'de> Deserialize<'de> for ExternalDebug
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 ExternalDebug
impl PartialEq for ExternalDebug
Source§impl Serialize for ExternalDebug
impl Serialize for ExternalDebug
impl Eq for ExternalDebug
impl StructuralPartialEq for ExternalDebug
Auto Trait Implementations§
impl Freeze for ExternalDebug
impl RefUnwindSafe for ExternalDebug
impl Send for ExternalDebug
impl Sync for ExternalDebug
impl Unpin for ExternalDebug
impl UnwindSafe for ExternalDebug
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