pub struct SensorKey {
pub owner_id: SensorOwner,
pub owner_channel: Channel,
pub fru_inv_device_owner_lun: LogicalUnit,
pub owner_lun: LogicalUnit,
pub sensor_number: SensorNumber,
}Fields§
§owner_id: SensorOwner§owner_channel: Channel§fru_inv_device_owner_lun: LogicalUnit§owner_lun: LogicalUnit§sensor_number: SensorNumberImplementations§
Trait Implementations§
impl Copy for SensorKey
impl StructuralPartialEq for SensorKey
Auto Trait Implementations§
impl Freeze for SensorKey
impl RefUnwindSafe for SensorKey
impl Send for SensorKey
impl Sync for SensorKey
impl Unpin for SensorKey
impl UnwindSafe for SensorKey
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