pub struct PathMetadataFlags { /* private fields */ }
Implementations§
source§impl PathMetadataFlags
impl PathMetadataFlags
sourcepub const NONE: PathMetadataFlags = _
pub const NONE: PathMetadataFlags = _
Godot enumerator name: PATH_METADATA_INCLUDE_NONE
sourcepub const TYPES: PathMetadataFlags = _
pub const TYPES: PathMetadataFlags = _
Godot enumerator name: PATH_METADATA_INCLUDE_TYPES
sourcepub const RIDS: PathMetadataFlags = _
pub const RIDS: PathMetadataFlags = _
Godot enumerator name: PATH_METADATA_INCLUDE_RIDS
sourcepub const OWNERS: PathMetadataFlags = _
pub const OWNERS: PathMetadataFlags = _
Godot enumerator name: PATH_METADATA_INCLUDE_OWNERS
sourcepub const ALL: PathMetadataFlags = _
pub const ALL: PathMetadataFlags = _
Godot enumerator name: PATH_METADATA_INCLUDE_ALL
Trait Implementations§
source§impl BitOr for PathMetadataFlags
impl BitOr for PathMetadataFlags
§type Output = PathMetadataFlags
type Output = PathMetadataFlags
The resulting type after applying the
|
operator.source§fn bitor(self, rhs: PathMetadataFlags) -> <PathMetadataFlags as BitOr>::Output
fn bitor(self, rhs: PathMetadataFlags) -> <PathMetadataFlags as BitOr>::Output
Performs the
|
operation. Read moresource§impl Clone for PathMetadataFlags
impl Clone for PathMetadataFlags
source§fn clone(&self) -> PathMetadataFlags
fn clone(&self) -> PathMetadataFlags
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 PathMetadataFlags
impl Debug for PathMetadataFlags
source§impl Default for PathMetadataFlags
impl Default for PathMetadataFlags
source§fn default() -> PathMetadataFlags
fn default() -> PathMetadataFlags
Returns the “default value” for a type. Read more
source§impl EngineBitfield for PathMetadataFlags
impl EngineBitfield for PathMetadataFlags
source§impl FromGodot for PathMetadataFlags
impl FromGodot for PathMetadataFlags
source§fn try_from_godot(
via: <PathMetadataFlags as GodotConvert>::Via,
) -> Result<PathMetadataFlags, ConvertError>
fn try_from_godot( via: <PathMetadataFlags as GodotConvert>::Via, ) -> Result<PathMetadataFlags, 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§impl GodotConvert for PathMetadataFlags
impl GodotConvert for PathMetadataFlags
source§impl Hash for PathMetadataFlags
impl Hash for PathMetadataFlags
source§impl PartialEq for PathMetadataFlags
impl PartialEq for PathMetadataFlags
source§fn eq(&self, other: &PathMetadataFlags) -> bool
fn eq(&self, other: &PathMetadataFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToGodot for PathMetadataFlags
impl ToGodot for PathMetadataFlags
source§fn to_godot(&self) -> <PathMetadataFlags as GodotConvert>::Via
fn to_godot(&self) -> <PathMetadataFlags as GodotConvert>::Via
Converts this type to the Godot type by reference, usually by cloning.
source§fn into_godot(self) -> Self::Via
fn into_godot(self) -> Self::Via
Converts this type to the Godot type. Read more
source§fn to_variant(&self) -> Variant
fn to_variant(&self) -> Variant
Converts this type to a Variant.
impl Copy for PathMetadataFlags
impl Eq for PathMetadataFlags
impl StructuralPartialEq for PathMetadataFlags
Auto Trait Implementations§
impl Freeze for PathMetadataFlags
impl RefUnwindSafe for PathMetadataFlags
impl Send for PathMetadataFlags
impl Sync for PathMetadataFlags
impl Unpin for PathMetadataFlags
impl UnwindSafe for PathMetadataFlags
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
)