pub struct DeviceDefinition {
pub name: String,
pub idcode: IdCode,
pub config_mem_layout: Set,
}
Fields§
§name: String
§idcode: IdCode
§config_mem_layout: Set
Trait Implementations§
Source§impl Clone for DeviceDefinition
impl Clone for DeviceDefinition
Source§fn clone(&self) -> DeviceDefinition
fn clone(&self) -> DeviceDefinition
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 DeviceDefinition
impl Debug for DeviceDefinition
Source§impl<'de> Deserialize<'de> for DeviceDefinition
impl<'de> Deserialize<'de> for DeviceDefinition
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
Auto Trait Implementations§
impl Freeze for DeviceDefinition
impl RefUnwindSafe for DeviceDefinition
impl Send for DeviceDefinition
impl Sync for DeviceDefinition
impl Unpin for DeviceDefinition
impl UnwindSafe for DeviceDefinition
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