pub struct AstcFormat { /* private fields */ }
Expand description
Godot enum name: ASTCFormat
.
Implementations§
Source§impl AstcFormat
impl AstcFormat
Sourcepub const FORMAT_4x4: AstcFormat = _
pub const FORMAT_4x4: AstcFormat = _
Godot enumerator name: ASTC_FORMAT_4x4
Sourcepub const FORMAT_8x8: AstcFormat = _
pub const FORMAT_8x8: AstcFormat = _
Godot enumerator name: ASTC_FORMAT_8x8
Trait Implementations§
Source§impl Clone for AstcFormat
impl Clone for AstcFormat
Source§fn clone(&self) -> AstcFormat
fn clone(&self) -> AstcFormat
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 AstcFormat
impl Debug for AstcFormat
Source§impl EngineEnum for AstcFormat
impl EngineEnum for AstcFormat
Source§impl FromGodot for AstcFormat
impl FromGodot for AstcFormat
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 AstcFormat
impl GodotConvert for AstcFormat
Source§impl Hash for AstcFormat
impl Hash for AstcFormat
Source§impl PartialEq for AstcFormat
impl PartialEq for AstcFormat
Source§impl ToGodot for AstcFormat
impl ToGodot for AstcFormat
impl Copy for AstcFormat
impl Eq for AstcFormat
impl StructuralPartialEq for AstcFormat
Auto Trait Implementations§
impl Freeze for AstcFormat
impl RefUnwindSafe for AstcFormat
impl Send for AstcFormat
impl Sync for AstcFormat
impl Unpin for AstcFormat
impl UnwindSafe for AstcFormat
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