#[repr(C)]pub struct lconv_offset_t {
pub name: *const c_char,
pub offset: usize,
}Fields§
§name: *const c_char§offset: usizeTrait Implementations§
Source§impl Clone for lconv_offset_t
impl Clone for lconv_offset_t
Source§fn clone(&self) -> lconv_offset_t
fn clone(&self) -> lconv_offset_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 lconv_offset_t
impl Debug for lconv_offset_t
Source§impl Ord for lconv_offset_t
impl Ord for lconv_offset_t
Source§fn cmp(&self, other: &lconv_offset_t) -> Ordering
fn cmp(&self, other: &lconv_offset_t) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for lconv_offset_t
impl PartialEq for lconv_offset_t
Source§fn eq(&self, other: &lconv_offset_t) -> bool
fn eq(&self, other: &lconv_offset_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for lconv_offset_t
impl PartialOrd for lconv_offset_t
impl Copy for lconv_offset_t
impl Eq for lconv_offset_t
impl StructuralPartialEq for lconv_offset_t
Auto Trait Implementations§
impl Freeze for lconv_offset_t
impl RefUnwindSafe for lconv_offset_t
impl !Send for lconv_offset_t
impl !Sync for lconv_offset_t
impl Unpin for lconv_offset_t
impl UnsafeUnpin for lconv_offset_t
impl UnwindSafe for lconv_offset_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