pub struct Normal3 {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32§y: f32§z: f32Implementations§
Trait Implementations§
impl Copy for Normal3
impl StructuralPartialEq for Normal3
Auto Trait Implementations§
impl Freeze for Normal3
impl RefUnwindSafe for Normal3
impl Send for Normal3
impl Sync for Normal3
impl Unpin for Normal3
impl UnsafeUnpin for Normal3
impl UnwindSafe for Normal3
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