pub struct BootProfileDeviceBin {
pub dt_overlays: Vec<Vec<u8>>,
pub extra_cmdline: Option<String>,
pub stage0: BootProfileDeviceStage0Bin,
}Fields§
§dt_overlays: Vec<Vec<u8>>§extra_cmdline: Option<String>§stage0: BootProfileDeviceStage0BinTrait Implementations§
Source§impl Clone for BootProfileDeviceBin
impl Clone for BootProfileDeviceBin
Source§fn clone(&self) -> BootProfileDeviceBin
fn clone(&self) -> BootProfileDeviceBin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BootProfileDeviceBin
impl Debug for BootProfileDeviceBin
Source§impl<'de> Deserialize<'de> for BootProfileDeviceBin
impl<'de> Deserialize<'de> for BootProfileDeviceBin
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootProfileDeviceBin, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BootProfileDeviceBin, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BootProfileDevice> for BootProfileDeviceBin
impl From<BootProfileDevice> for BootProfileDeviceBin
Source§fn from(device: BootProfileDevice) -> BootProfileDeviceBin
fn from(device: BootProfileDevice) -> BootProfileDeviceBin
Converts to this type from the input type.
Source§impl From<BootProfileDeviceBin> for BootProfileDevice
impl From<BootProfileDeviceBin> for BootProfileDevice
Source§fn from(device: BootProfileDeviceBin) -> BootProfileDevice
fn from(device: BootProfileDeviceBin) -> BootProfileDevice
Converts to this type from the input type.
Source§impl Serialize for BootProfileDeviceBin
impl Serialize for BootProfileDeviceBin
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for BootProfileDeviceBin
impl RefUnwindSafe for BootProfileDeviceBin
impl Send for BootProfileDeviceBin
impl Sync for BootProfileDeviceBin
impl Unpin for BootProfileDeviceBin
impl UnsafeUnpin for BootProfileDeviceBin
impl UnwindSafe for BootProfileDeviceBin
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