pub struct EventLogServices { /* private fields */ }Implementations§
Source§impl EventLogServices
impl EventLogServices
pub fn new(logger: Box<dyn UefiLogger>) -> EventLogServices
pub fn reset(&mut self)
Trait Implementations§
Source§impl Inspect for EventLogServices
impl Inspect for EventLogServices
Source§impl SaveRestore for EventLogServices
impl SaveRestore for EventLogServices
Auto Trait Implementations§
impl Freeze for EventLogServices
impl !RefUnwindSafe for EventLogServices
impl Send for EventLogServices
impl !Sync for EventLogServices
impl Unpin for EventLogServices
impl UnsafeUnpin for EventLogServices
impl !UnwindSafe for EventLogServices
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