#[repr(C)]pub struct Float32Point {
pub x: Float32,
pub y: Float32,
}
Fields§
§x: Float32
§y: Float32
Trait Implementations§
Source§impl Clone for Float32Point
impl Clone for Float32Point
Source§fn clone(&self) -> Float32Point
fn clone(&self) -> Float32Point
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 Float32Point
impl Debug for Float32Point
Source§impl Default for Float32Point
impl Default for Float32Point
Source§fn default() -> Float32Point
fn default() -> Float32Point
Returns the “default value” for a type. Read more
Source§impl PartialEq for Float32Point
impl PartialEq for Float32Point
impl Copy for Float32Point
impl StructuralPartialEq for Float32Point
Auto Trait Implementations§
impl Freeze for Float32Point
impl RefUnwindSafe for Float32Point
impl Send for Float32Point
impl Sync for Float32Point
impl Unpin for Float32Point
impl UnwindSafe for Float32Point
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