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