pub struct HaCameraOrthographic {
pub scaling: HaCameraOrtographicScaling,
pub centered: bool,
pub ignore_depth_planes: bool,
}Fields§
§scaling: HaCameraOrtographicScaling§centered: bool§ignore_depth_planes: boolImplementations§
Trait Implementations§
source§impl Clone for HaCameraOrthographic
impl Clone for HaCameraOrthographic
source§fn clone(&self) -> HaCameraOrthographic
fn clone(&self) -> HaCameraOrthographic
Returns a copy 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 moresource§impl Debug for HaCameraOrthographic
impl Debug for HaCameraOrthographic
source§impl Default for HaCameraOrthographic
impl Default for HaCameraOrthographic
source§fn default() -> HaCameraOrthographic
fn default() -> HaCameraOrthographic
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HaCameraOrthographic
impl<'de> Deserialize<'de> for HaCameraOrthographic
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<HaCameraOrthographic> for HaCameraOrthographic
impl PartialEq<HaCameraOrthographic> for HaCameraOrthographic
source§fn eq(&self, other: &HaCameraOrthographic) -> bool
fn eq(&self, other: &HaCameraOrthographic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for HaCameraOrthographic
impl Serialize for HaCameraOrthographic
impl Copy for HaCameraOrthographic
impl StructuralPartialEq for HaCameraOrthographic
Auto Trait Implementations§
impl RefUnwindSafe for HaCameraOrthographic
impl Send for HaCameraOrthographic
impl Sync for HaCameraOrthographic
impl Unpin for HaCameraOrthographic
impl UnwindSafe for HaCameraOrthographic
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more