Struct swipl::fli::__mbstate_t  
source · #[repr(C)]pub struct __mbstate_t {
    pub __count: i32,
    pub __value: __mbstate_t__bindgen_ty_1,
}Fields§
§__count: i32§__value: __mbstate_t__bindgen_ty_1Trait 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 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§
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