#[repr(i32)]pub enum tagSYSKIND {
SYS_WIN16 = 0,
SYS_WIN32 = 1,
SYS_MAC = 2,
SYS_WIN64 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for tagSYSKIND
impl Clone for tagSYSKIND
Source§fn clone(&self) -> tagSYSKIND
fn clone(&self) -> tagSYSKIND
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 tagSYSKIND
impl Debug for tagSYSKIND
Source§impl Hash for tagSYSKIND
impl Hash for tagSYSKIND
Source§impl PartialEq for tagSYSKIND
impl PartialEq for tagSYSKIND
impl Copy for tagSYSKIND
impl Eq for tagSYSKIND
impl StructuralPartialEq for tagSYSKIND
Auto Trait Implementations§
impl Freeze for tagSYSKIND
impl RefUnwindSafe for tagSYSKIND
impl Send for tagSYSKIND
impl Sync for tagSYSKIND
impl Unpin for tagSYSKIND
impl UnwindSafe for tagSYSKIND
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