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