#[repr(C)]pub struct libfive_interval {
pub lower: f32,
pub upper: f32,
}Fields§
§lower: f32§upper: f32Trait Implementations§
Source§impl Clone for libfive_interval
impl Clone for libfive_interval
Source§fn clone(&self) -> libfive_interval
fn clone(&self) -> libfive_interval
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 libfive_interval
Source§impl Debug for libfive_interval
impl Debug for libfive_interval
Source§impl PartialEq for libfive_interval
impl PartialEq for libfive_interval
Source§fn eq(&self, other: &libfive_interval) -> bool
fn eq(&self, other: &libfive_interval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for libfive_interval
Auto Trait Implementations§
impl Freeze for libfive_interval
impl RefUnwindSafe for libfive_interval
impl Send for libfive_interval
impl Sync for libfive_interval
impl Unpin for libfive_interval
impl UnsafeUnpin for libfive_interval
impl UnwindSafe for libfive_interval
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