pub struct CperUpdate {
pub oem: Option<OemUpdate>,
}Expand description
Update struct corresponding to Cper
Fields§
§oem: Option<OemUpdate>Implementations§
Trait Implementations§
Source§impl Debug for CperUpdate
impl Debug for CperUpdate
Source§impl Default for CperUpdate
impl Default for CperUpdate
Source§fn default() -> CperUpdate
fn default() -> CperUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CperUpdate
impl RefUnwindSafe for CperUpdate
impl Send for CperUpdate
impl Sync for CperUpdate
impl Unpin for CperUpdate
impl UnsafeUnpin for CperUpdate
impl UnwindSafe for CperUpdate
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