#[repr(transparent)]pub struct reg_errcode_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_OK: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_NOMATCH: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_BADPAT: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_ECOLLATE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_ECTYPE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_EESCAPE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_ESUBREG: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_EBRACK: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_EPAREN: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_EBRACE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_BADBR: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_ERANGE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_ESPACE: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_BADRPT: reg_errcode_t
Source§impl reg_errcode_t
impl reg_errcode_t
pub const REG_BADMAX: reg_errcode_t
Trait Implementations§
Source§impl Clone for reg_errcode_t
impl Clone for reg_errcode_t
Source§fn clone(&self) -> reg_errcode_t
fn clone(&self) -> reg_errcode_t
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 reg_errcode_t
impl Debug for reg_errcode_t
Source§impl Hash for reg_errcode_t
impl Hash for reg_errcode_t
Source§impl PartialEq for reg_errcode_t
impl PartialEq for reg_errcode_t
impl Copy for reg_errcode_t
impl Eq for reg_errcode_t
impl StructuralPartialEq for reg_errcode_t
Auto Trait Implementations§
impl Freeze for reg_errcode_t
impl RefUnwindSafe for reg_errcode_t
impl Send for reg_errcode_t
impl Sync for reg_errcode_t
impl Unpin for reg_errcode_t
impl UnwindSafe for reg_errcode_t
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