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