pub struct PersonalityConfig {
pub os_file: String,
pub firmware_file: String,
}Fields§
§os_file: String§firmware_file: StringTrait Implementations§
Source§impl Clone for PersonalityConfig
impl Clone for PersonalityConfig
Source§fn clone(&self) -> PersonalityConfig
fn clone(&self) -> PersonalityConfig
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 PersonalityConfig
impl Debug for PersonalityConfig
Source§impl Default for PersonalityConfig
impl Default for PersonalityConfig
Source§impl<'de> Deserialize<'de> for PersonalityConfig
impl<'de> Deserialize<'de> for PersonalityConfig
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 PersonalityConfig
impl RefUnwindSafe for PersonalityConfig
impl Send for PersonalityConfig
impl Sync for PersonalityConfig
impl Unpin for PersonalityConfig
impl UnsafeUnpin for PersonalityConfig
impl UnwindSafe for PersonalityConfig
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