pub struct Format { /* private fields */ }
Implementations§
Source§impl Format
impl Format
Sourcepub const BPTC_RGBFU: Format = _
pub const BPTC_RGBFU: Format = _
Godot enumerator name: FORMAT_BPTC_RGBFU
Sourcepub const ETC2_RG11S: Format = _
pub const ETC2_RG11S: Format = _
Godot enumerator name: FORMAT_ETC2_RG11S
Sourcepub const ETC2_RGBA8: Format = _
pub const ETC2_RGBA8: Format = _
Godot enumerator name: FORMAT_ETC2_RGBA8
Sourcepub const ETC2_RGB8A1: Format = _
pub const ETC2_RGB8A1: Format = _
Godot enumerator name: FORMAT_ETC2_RGB8A1
Sourcepub const ETC2_RA_AS_RG: Format = _
pub const ETC2_RA_AS_RG: Format = _
Godot enumerator name: FORMAT_ETC2_RA_AS_RG
Sourcepub const DXT5_RA_AS_RG: Format = _
pub const DXT5_RA_AS_RG: Format = _
Godot enumerator name: FORMAT_DXT5_RA_AS_RG
Sourcepub const ASTC_4x4_HDR: Format = _
pub const ASTC_4x4_HDR: Format = _
Godot enumerator name: FORMAT_ASTC_4x4_HDR
Sourcepub const ASTC_8x8_HDR: Format = _
pub const ASTC_8x8_HDR: Format = _
Godot enumerator name: FORMAT_ASTC_8x8_HDR
Trait Implementations§
Source§impl EngineEnum for Format
impl EngineEnum for Format
Source§impl FromGodot for Format
impl FromGodot for Format
Source§fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
fn try_from_godot(via: Self::Via) -> Result<Self, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.Source§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
Source§fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
fn try_from_variant(variant: &Variant) -> Result<Self, ConvertError>
Performs the conversion from a [
Variant
], returning Err
on failure.Source§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
⚠️ Performs the conversion from a [
Variant
]. Read moreSource§impl GodotConvert for Format
impl GodotConvert for Format
Source§impl ToGodot for Format
impl ToGodot for Format
impl Copy for Format
impl Eq for Format
impl StructuralPartialEq for Format
Auto Trait Implementations§
impl Freeze for Format
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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