Struct FileMode
pub struct FileMode { /* private fields */ }
Implementations§
§impl FileMode
impl FileMode
pub const OPEN_FILES: FileMode = _
pub const OPEN_FILES: FileMode = _
Godot enumerator name: FILE_MODE_OPEN_FILES
Trait Implementations§
§impl EngineEnum for FileMode
impl EngineEnum for FileMode
§impl FromGodot for FileMode
impl FromGodot for FileMode
§fn try_from_godot(
via: <FileMode as GodotConvert>::Via,
) -> Result<FileMode, ConvertError>
fn try_from_godot( via: <FileMode as GodotConvert>::Via, ) -> Result<FileMode, 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 ToGodot for FileMode
impl ToGodot for FileMode
impl Copy for FileMode
impl Eq for FileMode
impl StructuralPartialEq for FileMode
Auto Trait Implementations§
impl Freeze for FileMode
impl RefUnwindSafe for FileMode
impl Send for FileMode
impl Sync for FileMode
impl Unpin for FileMode
impl UnwindSafe for FileMode
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