Struct godot_core::classes::viewport::SdfOversize
source · pub struct SdfOversize { /* private fields */ }
Expand description
Godot enum name: SDFOversize
.
Implementations§
source§impl SdfOversize
impl SdfOversize
sourcepub const OVERSIZE_100_PERCENT: SdfOversize = _
pub const OVERSIZE_100_PERCENT: SdfOversize = _
Godot enumerator name: SDF_OVERSIZE_100_PERCENT
sourcepub const OVERSIZE_120_PERCENT: SdfOversize = _
pub const OVERSIZE_120_PERCENT: SdfOversize = _
Godot enumerator name: SDF_OVERSIZE_120_PERCENT
sourcepub const OVERSIZE_150_PERCENT: SdfOversize = _
pub const OVERSIZE_150_PERCENT: SdfOversize = _
Godot enumerator name: SDF_OVERSIZE_150_PERCENT
sourcepub const OVERSIZE_200_PERCENT: SdfOversize = _
pub const OVERSIZE_200_PERCENT: SdfOversize = _
Godot enumerator name: SDF_OVERSIZE_200_PERCENT
sourcepub const MAX: SdfOversize = _
pub const MAX: SdfOversize = _
Godot enumerator name: SDF_OVERSIZE_MAX
Trait Implementations§
source§impl Clone for SdfOversize
impl Clone for SdfOversize
source§fn clone(&self) -> SdfOversize
fn clone(&self) -> SdfOversize
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 SdfOversize
impl Debug for SdfOversize
source§impl EngineEnum for SdfOversize
impl EngineEnum for SdfOversize
source§impl FromGodot for SdfOversize
impl FromGodot for SdfOversize
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 SdfOversize
impl GodotConvert for SdfOversize
source§impl Hash for SdfOversize
impl Hash for SdfOversize
source§impl IndexEnum for SdfOversize
impl IndexEnum for SdfOversize
source§impl PartialEq for SdfOversize
impl PartialEq for SdfOversize
source§fn eq(&self, other: &SdfOversize) -> bool
fn eq(&self, other: &SdfOversize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToGodot for SdfOversize
impl ToGodot for SdfOversize
impl Copy for SdfOversize
impl Eq for SdfOversize
impl StructuralPartialEq for SdfOversize
Auto Trait Implementations§
impl Freeze for SdfOversize
impl RefUnwindSafe for SdfOversize
impl Send for SdfOversize
impl Sync for SdfOversize
impl Unpin for SdfOversize
impl UnwindSafe for SdfOversize
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)