#[repr(C)]pub struct libfive_interval {
pub lower: f32,
pub upper: f32,
}
Fields§
§lower: f32
§upper: f32
Trait 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 · 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 libfive_interval
impl Debug for libfive_interval
Source§impl PartialEq for libfive_interval
impl PartialEq for libfive_interval
impl Copy for libfive_interval
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 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