Struct riot_sys::_mbstate_t
source · #[repr(C)]pub struct _mbstate_t {
pub __count: c_int,
pub __value: _mbstate_t__bindgen_ty_1,
}
Fields§
§__count: c_int
§__value: _mbstate_t__bindgen_ty_1
Trait Implementations§
source§impl Clone for _mbstate_t
impl Clone for _mbstate_t
source§fn clone(&self) -> _mbstate_t
fn clone(&self) -> _mbstate_t
Returns a copy 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 _mbstate_t
impl Debug for _mbstate_t
source§impl Default for _mbstate_t
impl Default for _mbstate_t
impl Copy for _mbstate_t
Auto Trait Implementations§
impl RefUnwindSafe for _mbstate_t
impl Send for _mbstate_t
impl Sync for _mbstate_t
impl Unpin for _mbstate_t
impl UnwindSafe for _mbstate_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