Struct flipperzero_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_1Trait Implementations
sourceimpl Clone for _mbstate_t
impl Clone for _mbstate_t
sourcefn clone(&self) -> _mbstate_t
fn clone(&self) -> _mbstate_t
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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