pub struct BiosEventlog {
pub log: Vec<BiosEventlogEntry>,
}Fields§
§log: Vec<BiosEventlogEntry>Trait Implementations§
Source§impl Clone for BiosEventlog
impl Clone for BiosEventlog
Source§fn clone(&self) -> BiosEventlog
fn clone(&self) -> BiosEventlog
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 Display for BiosEventlog
impl Display for BiosEventlog
Auto Trait Implementations§
impl Freeze for BiosEventlog
impl RefUnwindSafe for BiosEventlog
impl Send for BiosEventlog
impl Sync for BiosEventlog
impl Unpin for BiosEventlog
impl UnwindSafe for BiosEventlog
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