Struct makepad_math::math_f32::Plane
source · pub struct Plane {
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
}
Fields§
§a: f32
§b: f32
§c: f32
§d: f32
Implementations§
Trait Implementations§
source§impl PartialEq<Plane> for Plane
impl PartialEq<Plane> for Plane
impl Copy for Plane
impl StructuralPartialEq for Plane
Auto Trait Implementations§
impl RefUnwindSafe for Plane
impl Send for Plane
impl Sync for Plane
impl Unpin for Plane
impl UnwindSafe for Plane
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