Enum glib_sys::GTestFileType
[−]
[src]
#[repr(C)]pub enum GTestFileType { Dist, Built, }
Variants
Dist
Built
Trait Implementations
impl Clone for GTestFileType
[src]
fn clone(&self) -> GTestFileType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GTestFileType
[src]
impl Debug for GTestFileType
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more