pub struct SetBiosSerialConsoleAttributes {
pub attributes: BiosSerialConsoleAttributes,
}Fields§
§attributes: BiosSerialConsoleAttributesTrait Implementations§
Source§impl Clone for SetBiosSerialConsoleAttributes
impl Clone for SetBiosSerialConsoleAttributes
Source§fn clone(&self) -> SetBiosSerialConsoleAttributes
fn clone(&self) -> SetBiosSerialConsoleAttributes
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<'de> Deserialize<'de> for SetBiosSerialConsoleAttributes
impl<'de> Deserialize<'de> for SetBiosSerialConsoleAttributes
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 SetBiosSerialConsoleAttributes
impl RefUnwindSafe for SetBiosSerialConsoleAttributes
impl Send for SetBiosSerialConsoleAttributes
impl Sync for SetBiosSerialConsoleAttributes
impl Unpin for SetBiosSerialConsoleAttributes
impl UnsafeUnpin for SetBiosSerialConsoleAttributes
impl UnwindSafe for SetBiosSerialConsoleAttributes
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