Struct Format
pub struct Format { /* private fields */ }
Implementations§
§impl Format
impl Format
pub const FORMAT_8_BITS: Format = _
pub const FORMAT_16_BITS: Format = _
Trait Implementations§
§impl EngineEnum for Format
impl EngineEnum for Format
§impl FromGodot for Format
impl FromGodot for Format
§fn try_from_godot(
via: <Format as GodotConvert>::Via,
) -> Result<Format, ConvertError>
fn try_from_godot( via: <Format as GodotConvert>::Via, ) -> Result<Format, ConvertError>
Converts the Godot representation to this type, returning
Err
on failure.§fn from_godot(via: Self::Via) -> Self
fn from_godot(via: Self::Via) -> Self
⚠️ Converts the Godot representation to this type. Read more
§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.§fn from_variant(variant: &Variant) -> Self
fn from_variant(variant: &Variant) -> Self
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