#[repr(C)]pub struct libfive_vec2 {
pub x: f32,
pub y: f32,
}
Fields§
§x: f32
§y: f32
Trait Implementations§
Source§impl Clone for libfive_vec2
impl Clone for libfive_vec2
Source§fn clone(&self) -> libfive_vec2
fn clone(&self) -> libfive_vec2
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_vec2
impl Debug for libfive_vec2
Source§impl PartialEq for libfive_vec2
impl PartialEq for libfive_vec2
impl Copy for libfive_vec2
impl StructuralPartialEq for libfive_vec2
Auto Trait Implementations§
impl Freeze for libfive_vec2
impl RefUnwindSafe for libfive_vec2
impl Send for libfive_vec2
impl Sync for libfive_vec2
impl Unpin for libfive_vec2
impl UnwindSafe for libfive_vec2
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