pub struct AspectRatios {
pub Others: bool,
pub _16_10: Option<bool>,
pub _16_9: Option<bool>,
pub _4_3: Option<bool>,
pub _5_4: Option<bool>,
}Expand description
AspectRatios is a sub class of the Unity engine since version 3.4.0.
Fields§
§Others: bool§_16_10: Option<bool>bool: (3.4.0 - 2022.1.24f1)
_16_9: Option<bool>bool: (3.4.0 - 2022.1.24f1)
_4_3: Option<bool>bool: (3.4.0 - 2022.1.24f1)
_5_4: Option<bool>bool: (3.4.0 - 2022.1.24f1)
Trait Implementations§
Source§impl Debug for AspectRatios
impl Debug for AspectRatios
Source§impl<'de> Deserialize<'de> for AspectRatios
impl<'de> Deserialize<'de> for AspectRatios
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
Auto Trait Implementations§
impl Freeze for AspectRatios
impl RefUnwindSafe for AspectRatios
impl Send for AspectRatios
impl Sync for AspectRatios
impl Unpin for AspectRatios
impl UnwindSafe for AspectRatios
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