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