Struct solstice_2d::Orthographic [−][src]
pub struct Orthographic {
pub left: f32,
pub right: f32,
pub top: f32,
pub bottom: f32,
pub near: f32,
pub far: f32,
}Fields
left: f32right: f32top: f32bottom: f32near: f32far: f32Trait Implementations
impl Clone for Orthographic[src]
impl Clone for Orthographic[src]fn clone(&self) -> Orthographic[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Orthographic[src]
impl Copy for Orthographic[src]impl PartialEq<Orthographic> for Orthographic[src]
impl PartialEq<Orthographic> for Orthographic[src]fn eq(&self, other: &Orthographic) -> bool[src]
fn ne(&self, other: &Orthographic) -> bool[src]
impl StructuralPartialEq for Orthographic[src]
impl StructuralPartialEq for Orthographic[src]Auto Trait Implementations
impl RefUnwindSafe for Orthographic
impl RefUnwindSafe for Orthographicimpl Send for Orthographic
impl Send for Orthographicimpl Sync for Orthographic
impl Sync for Orthographicimpl Unpin for Orthographic
impl Unpin for Orthographicimpl UnwindSafe for Orthographic
impl UnwindSafe for OrthographicBlanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,