pub struct TextureCompressionFormat {
pub alias: Option<String>,
}Expand description
Represents texture compression format.
This type is not used in any activity, and only used as part of another schema.
Fields§
§alias: Option<String>Alias for texture compression format.
Trait Implementations§
Source§impl Clone for TextureCompressionFormat
impl Clone for TextureCompressionFormat
Source§fn clone(&self) -> TextureCompressionFormat
fn clone(&self) -> TextureCompressionFormat
Returns a duplicate 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 TextureCompressionFormat
impl Debug for TextureCompressionFormat
Source§impl Default for TextureCompressionFormat
impl Default for TextureCompressionFormat
Source§fn default() -> TextureCompressionFormat
fn default() -> TextureCompressionFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextureCompressionFormat
impl<'de> Deserialize<'de> for TextureCompressionFormat
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 Serialize for TextureCompressionFormat
impl Serialize for TextureCompressionFormat
impl Part for TextureCompressionFormat
Auto Trait Implementations§
impl Freeze for TextureCompressionFormat
impl RefUnwindSafe for TextureCompressionFormat
impl Send for TextureCompressionFormat
impl Sync for TextureCompressionFormat
impl Unpin for TextureCompressionFormat
impl UnwindSafe for TextureCompressionFormat
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