Struct browser_window::prelude::c__mbstate_t [−]
#[repr(C)]pub struct c__mbstate_t {
pub __count: i32,
pub __value: c__mbstate_t__bindgen_ty_1,
}
Fields
__count: i32
__value: c__mbstate_t__bindgen_ty_1
Trait Implementations
impl Clone for c__mbstate_t
impl Clone for c__mbstate_t
pub fn clone(&self) -> c__mbstate_t
pub fn clone(&self) -> c__mbstate_t
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Copy for c__mbstate_t
Auto Trait Implementations
impl RefUnwindSafe for c__mbstate_t
impl Send for c__mbstate_t
impl Sync for c__mbstate_t
impl Unpin for c__mbstate_t
impl UnwindSafe for c__mbstate_t
Blanket Implementations
Mutably borrows from an owned value. Read more