#[repr(C)]pub struct ShapeImageThreshold {
pub inner: FloatValue,
}Fields§
§inner: FloatValueTrait Implementations§
Source§impl Clone for ShapeImageThreshold
impl Clone for ShapeImageThreshold
Source§fn clone(&self) -> ShapeImageThreshold
fn clone(&self) -> ShapeImageThreshold
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 ShapeImageThreshold
impl Debug for ShapeImageThreshold
Source§impl Default for ShapeImageThreshold
impl Default for ShapeImageThreshold
Source§impl FormatAsRustCode for ShapeImageThreshold
impl FormatAsRustCode for ShapeImageThreshold
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<ShapeImageThreshold> for CssProperty
impl From<ShapeImageThreshold> for CssProperty
Source§fn from(e: ShapeImageThreshold) -> Self
fn from(e: ShapeImageThreshold) -> Self
Converts to this type from the input type.
Source§impl Hash for ShapeImageThreshold
impl Hash for ShapeImageThreshold
Source§impl Ord for ShapeImageThreshold
impl Ord for ShapeImageThreshold
Source§fn cmp(&self, other: &ShapeImageThreshold) -> Ordering
fn cmp(&self, other: &ShapeImageThreshold) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShapeImageThreshold
impl PartialEq for ShapeImageThreshold
Source§impl PartialOrd for ShapeImageThreshold
impl PartialOrd for ShapeImageThreshold
Source§impl PrintAsCssValue for ShapeImageThreshold
impl PrintAsCssValue for ShapeImageThreshold
fn print_as_css_value(&self) -> String
impl Copy for ShapeImageThreshold
impl Eq for ShapeImageThreshold
impl StructuralPartialEq for ShapeImageThreshold
Auto Trait Implementations§
impl Freeze for ShapeImageThreshold
impl RefUnwindSafe for ShapeImageThreshold
impl Send for ShapeImageThreshold
impl Sync for ShapeImageThreshold
impl Unpin for ShapeImageThreshold
impl UnwindSafe for ShapeImageThreshold
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