#[repr(transparent)]pub struct iconv_t(pub i32);Tuple Fields
0: i32Implementations
Trait Implementations
sourceimpl Ord for iconv_t
impl Ord for iconv_t
sourceimpl PartialOrd<iconv_t> for iconv_t
impl PartialOrd<iconv_t> for iconv_t
sourcefn partial_cmp(&self, other: &iconv_t) -> Option<Ordering>
fn partial_cmp(&self, other: &iconv_t) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for iconv_t
impl Eq for iconv_t
impl StructuralEq for iconv_t
impl StructuralPartialEq for iconv_t
Auto Trait Implementations
impl RefUnwindSafe for iconv_t
impl Send for iconv_t
impl Sync for iconv_t
impl Unpin for iconv_t
impl UnwindSafe for iconv_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more