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<AspectRatios, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AspectRatios, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AspectRatios
impl Serialize for AspectRatios
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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 UnsafeUnpin 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