pub struct PlaneProject { /* private fields */ }
Implementations§
Source§impl PlaneProject
impl PlaneProject
pub fn new() -> PlaneProject
pub fn x(self, x: bool) -> PlaneProject
pub fn y(self, y: bool) -> PlaneProject
pub fn z(self, z: bool) -> PlaneProject
Trait Implementations§
Source§impl Debug for PlaneProject
impl Debug for PlaneProject
Source§impl Default for PlaneProject
impl Default for PlaneProject
Source§fn default() -> PlaneProject
fn default() -> PlaneProject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlaneProject
impl RefUnwindSafe for PlaneProject
impl Send for PlaneProject
impl Sync for PlaneProject
impl Unpin for PlaneProject
impl UnwindSafe for PlaneProject
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