pub struct v3f {
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
Implementations§
Trait Implementations§
Source§impl Deserialize for v3f
impl Deserialize for v3f
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl Copy for v3f
impl StructuralPartialEq for v3f
Auto Trait Implementations§
impl Freeze for v3f
impl RefUnwindSafe for v3f
impl Send for v3f
impl Sync for v3f
impl Unpin for v3f
impl UnwindSafe for v3f
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