Enum gdnative_common::FileModeFlags [−][src]
#[repr(u32)]pub enum FileModeFlags { Read, Write, ReadWrite, WriteRead, }
Variants
ReadWriteReadWriteWriteRead
Trait Implementations
impl Copy for FileModeFlags[src]
impl Copy for FileModeFlagsimpl Clone for FileModeFlags[src]
impl Clone for FileModeFlagsfn clone(&self) -> FileModeFlags[src]
fn clone(&self) -> FileModeFlagsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FileModeFlags[src]
impl Debug for FileModeFlagsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FileModeFlags[src]
impl PartialEq for FileModeFlagsfn eq(&self, other: &FileModeFlags) -> bool[src]
fn eq(&self, other: &FileModeFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for FileModeFlags[src]
impl Eq for FileModeFlagsimpl Hash for FileModeFlags[src]
impl Hash for FileModeFlagsAuto Trait Implementations
impl Send for FileModeFlags
impl Send for FileModeFlagsimpl Sync for FileModeFlags
impl Sync for FileModeFlags