Struct ProjectivePlane
pub struct ProjectivePlane { /* private fields */ }Expand description
A projective plane descriptor.
Implementations§
§impl ProjectivePlane
impl ProjectivePlane
Trait Implementations§
§impl Clone for ProjectivePlane
impl Clone for ProjectivePlane
§fn clone(&self) -> ProjectivePlane
fn clone(&self) -> ProjectivePlane
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 more§impl Debug for ProjectivePlane
impl Debug for ProjectivePlane
§impl PartialEq for ProjectivePlane
impl PartialEq for ProjectivePlane
impl Copy for ProjectivePlane
impl Eq for ProjectivePlane
impl StructuralPartialEq for ProjectivePlane
Auto Trait Implementations§
impl Freeze for ProjectivePlane
impl RefUnwindSafe for ProjectivePlane
impl Send for ProjectivePlane
impl Sync for ProjectivePlane
impl Unpin for ProjectivePlane
impl UnsafeUnpin for ProjectivePlane
impl UnwindSafe for ProjectivePlane
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