pub struct SurfaceCondition {
pub max: f64,
pub min: f64,
pub property: &'static str,
}Fields§
§max: f64§min: f64§property: &'static strTrait Implementations§
Source§impl Clone for SurfaceCondition
impl Clone for SurfaceCondition
Source§fn clone(&self) -> SurfaceCondition
fn clone(&self) -> SurfaceCondition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceCondition
Source§impl Debug for SurfaceCondition
impl Debug for SurfaceCondition
Source§impl Default for SurfaceCondition
impl Default for SurfaceCondition
Source§fn default() -> SurfaceCondition
fn default() -> SurfaceCondition
Returns the “default value” for a type. Read more
Source§impl PartialEq for SurfaceCondition
impl PartialEq for SurfaceCondition
impl StructuralPartialEq for SurfaceCondition
Auto Trait Implementations§
impl Freeze for SurfaceCondition
impl RefUnwindSafe for SurfaceCondition
impl Send for SurfaceCondition
impl Sync for SurfaceCondition
impl Unpin for SurfaceCondition
impl UnsafeUnpin for SurfaceCondition
impl UnwindSafe for SurfaceCondition
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