#[repr(transparent)]pub struct iconv_t(pub i64);Tuple Fields§
§0: i64Implementations§
Trait Implementations§
Source§impl Ord for iconv_t
impl Ord for iconv_t
Source§impl PartialOrd for iconv_t
impl PartialOrd for iconv_t
impl Copy for iconv_t
impl Eq for iconv_t
impl StructuralPartialEq for iconv_t
Auto Trait Implementations§
impl Freeze for iconv_t
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§
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