#[repr(C)]pub struct DictSubState {
pub isend: bool,
pub getnext: bool,
pub private_state: *mut c_void,
}
Fields§
§isend: bool
§getnext: bool
§private_state: *mut c_void
Trait Implementations§
Source§impl Clone for DictSubState
impl Clone for DictSubState
Source§fn clone(&self) -> DictSubState
fn clone(&self) -> DictSubState
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 DictSubState
impl Debug for DictSubState
Source§impl Default for DictSubState
impl Default for DictSubState
impl Copy for DictSubState
Auto Trait Implementations§
impl Freeze for DictSubState
impl RefUnwindSafe for DictSubState
impl !Send for DictSubState
impl !Sync for DictSubState
impl Unpin for DictSubState
impl UnwindSafe for DictSubState
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