pub struct OutLedStatusConfig {
pub min: u16,
pub max: u16,
pub config: u8,
}
Fields§
§min: u16
§max: u16
§config: u8
Trait Implementations§
Source§impl Clone for OutLedStatusConfig
impl Clone for OutLedStatusConfig
Source§fn clone(&self) -> OutLedStatusConfig
fn clone(&self) -> OutLedStatusConfig
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 OutLedStatusConfig
impl Debug for OutLedStatusConfig
Source§impl Default for OutLedStatusConfig
impl Default for OutLedStatusConfig
Source§fn default() -> OutLedStatusConfig
fn default() -> OutLedStatusConfig
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for OutLedStatusConfig
impl FromByteSlice for OutLedStatusConfig
Source§fn bytes_expected() -> usize
fn bytes_expected() -> usize
Returns how many bytes are expected to deserialize a instance of the implementing type. Currently this method is only used for strings.
Source§fn from_le_byte_slice(bytes: &[u8]) -> OutLedStatusConfig
fn from_le_byte_slice(bytes: &[u8]) -> OutLedStatusConfig
Deserialize the implementing type from a byte slice.
Source§impl Hash for OutLedStatusConfig
impl Hash for OutLedStatusConfig
Source§impl PartialEq for OutLedStatusConfig
impl PartialEq for OutLedStatusConfig
impl Copy for OutLedStatusConfig
impl Eq for OutLedStatusConfig
impl StructuralPartialEq for OutLedStatusConfig
Auto Trait Implementations§
impl Freeze for OutLedStatusConfig
impl RefUnwindSafe for OutLedStatusConfig
impl Send for OutLedStatusConfig
impl Sync for OutLedStatusConfig
impl Unpin for OutLedStatusConfig
impl UnwindSafe for OutLedStatusConfig
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