pub struct IntensityCallbackThreshold {
pub option: char,
pub min: u16,
pub max: u16,
}
Fields§
§option: char
§min: u16
§max: u16
Trait Implementations§
Source§impl Clone for IntensityCallbackThreshold
impl Clone for IntensityCallbackThreshold
Source§fn clone(&self) -> IntensityCallbackThreshold
fn clone(&self) -> IntensityCallbackThreshold
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 IntensityCallbackThreshold
impl Debug for IntensityCallbackThreshold
Source§impl Default for IntensityCallbackThreshold
impl Default for IntensityCallbackThreshold
Source§fn default() -> IntensityCallbackThreshold
fn default() -> IntensityCallbackThreshold
Returns the “default value” for a type. Read more
Source§impl FromByteSlice for IntensityCallbackThreshold
impl FromByteSlice for IntensityCallbackThreshold
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]) -> IntensityCallbackThreshold
fn from_le_byte_slice(bytes: &[u8]) -> IntensityCallbackThreshold
Deserialize the implementing type from a byte slice.
Source§impl Hash for IntensityCallbackThreshold
impl Hash for IntensityCallbackThreshold
impl Copy for IntensityCallbackThreshold
impl Eq for IntensityCallbackThreshold
impl StructuralPartialEq for IntensityCallbackThreshold
Auto Trait Implementations§
impl Freeze for IntensityCallbackThreshold
impl RefUnwindSafe for IntensityCallbackThreshold
impl Send for IntensityCallbackThreshold
impl Sync for IntensityCallbackThreshold
impl Unpin for IntensityCallbackThreshold
impl UnwindSafe for IntensityCallbackThreshold
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