pub struct ContrastInput(pub ContrastConfig);Tuple Fields§
§0: ContrastConfigTrait Implementations§
Source§impl Clone for ContrastInput
impl Clone for ContrastInput
Source§fn clone(&self) -> ContrastInput
fn clone(&self) -> ContrastInput
Returns a duplicate 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 ContrastInput
impl Debug for ContrastInput
Source§impl From<ContrastConfig> for ContrastInput
impl From<ContrastConfig> for ContrastInput
Source§fn from(value: ContrastConfig) -> Self
fn from(value: ContrastConfig) -> Self
Converts to this type from the input type.
Source§impl From<f64> for ContrastInput
impl From<f64> for ContrastInput
Source§impl PartialEq for ContrastInput
impl PartialEq for ContrastInput
impl Copy for ContrastInput
impl StructuralPartialEq for ContrastInput
Auto Trait Implementations§
impl Freeze for ContrastInput
impl RefUnwindSafe for ContrastInput
impl Send for ContrastInput
impl Sync for ContrastInput
impl Unpin for ContrastInput
impl UnsafeUnpin for ContrastInput
impl UnwindSafe for ContrastInput
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