Enum ipmi_rs::storage::sel::EventGenerator
source · pub enum EventGenerator {
RqSAAndLun {
i2c_addr: u8,
channel_number: u8,
lun: LogicalUnit,
},
SoftwareId {
software_id: u8,
channel_number: u8,
},
}Variants§
Trait Implementations§
source§impl Clone for EventGenerator
impl Clone for EventGenerator
source§fn clone(&self) -> EventGenerator
fn clone(&self) -> EventGenerator
Returns a copy 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 Debug for EventGenerator
impl Debug for EventGenerator
source§impl PartialEq for EventGenerator
impl PartialEq for EventGenerator
source§fn eq(&self, other: &EventGenerator) -> bool
fn eq(&self, other: &EventGenerator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EventGenerator
impl StructuralPartialEq for EventGenerator
Auto Trait Implementations§
impl RefUnwindSafe for EventGenerator
impl Send for EventGenerator
impl Sync for EventGenerator
impl Unpin for EventGenerator
impl UnwindSafe for EventGenerator
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