#[repr(u32)]pub enum GTestFileType {
G_TEST_DIST = 0,
G_TEST_BUILT = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GTestFileType
impl Clone for GTestFileType
Source§fn clone(&self) -> GTestFileType
fn clone(&self) -> GTestFileType
Returns a duplicate 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 GTestFileType
impl Debug for GTestFileType
Source§impl Hash for GTestFileType
impl Hash for GTestFileType
Source§impl PartialEq for GTestFileType
impl PartialEq for GTestFileType
impl Copy for GTestFileType
impl Eq for GTestFileType
impl StructuralPartialEq for GTestFileType
Auto Trait Implementations§
impl Freeze for GTestFileType
impl RefUnwindSafe for GTestFileType
impl Send for GTestFileType
impl Sync for GTestFileType
impl Unpin for GTestFileType
impl UnwindSafe for GTestFileType
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