pub struct OrientedCliffPrototypeSet {Show 20 fields
pub east_to_none: BoundingBox,
pub east_to_north: BoundingBox,
pub east_to_south: BoundingBox,
pub east_to_west: BoundingBox,
pub none_to_east: BoundingBox,
pub none_to_north: BoundingBox,
pub none_to_south: BoundingBox,
pub none_to_west: BoundingBox,
pub north_to_east: BoundingBox,
pub north_to_none: BoundingBox,
pub north_to_south: BoundingBox,
pub north_to_west: BoundingBox,
pub south_to_east: BoundingBox,
pub south_to_none: BoundingBox,
pub south_to_north: BoundingBox,
pub south_to_west: BoundingBox,
pub west_to_east: BoundingBox,
pub west_to_none: BoundingBox,
pub west_to_north: BoundingBox,
pub west_to_south: BoundingBox,
}Fields§
§east_to_none: BoundingBox§east_to_north: BoundingBox§east_to_south: BoundingBox§east_to_west: BoundingBox§none_to_east: BoundingBox§none_to_north: BoundingBox§none_to_south: BoundingBox§none_to_west: BoundingBox§north_to_east: BoundingBox§north_to_none: BoundingBox§north_to_south: BoundingBox§north_to_west: BoundingBox§south_to_east: BoundingBox§south_to_none: BoundingBox§south_to_north: BoundingBox§south_to_west: BoundingBox§west_to_east: BoundingBox§west_to_none: BoundingBox§west_to_north: BoundingBox§west_to_south: BoundingBoxTrait Implementations§
Source§impl Clone for OrientedCliffPrototypeSet
impl Clone for OrientedCliffPrototypeSet
Source§fn clone(&self) -> OrientedCliffPrototypeSet
fn clone(&self) -> OrientedCliffPrototypeSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OrientedCliffPrototypeSet
Source§impl Debug for OrientedCliffPrototypeSet
impl Debug for OrientedCliffPrototypeSet
Source§impl Default for OrientedCliffPrototypeSet
impl Default for OrientedCliffPrototypeSet
Source§fn default() -> OrientedCliffPrototypeSet
fn default() -> OrientedCliffPrototypeSet
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OrientedCliffPrototypeSet
Auto Trait Implementations§
impl Freeze for OrientedCliffPrototypeSet
impl RefUnwindSafe for OrientedCliffPrototypeSet
impl Send for OrientedCliffPrototypeSet
impl Sync for OrientedCliffPrototypeSet
impl Unpin for OrientedCliffPrototypeSet
impl UnsafeUnpin for OrientedCliffPrototypeSet
impl UnwindSafe for OrientedCliffPrototypeSet
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