#[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_voidTrait Implementations§
Source§impl Clone for DictSubState
impl Clone for DictSubState
Source§fn clone(&self) -> DictSubState
fn clone(&self) -> DictSubState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DictSubState
Source§impl Debug for DictSubState
impl Debug for DictSubState
Auto Trait Implementations§
impl !Send for DictSubState
impl !Sync for DictSubState
impl Freeze for DictSubState
impl RefUnwindSafe for DictSubState
impl Unpin for DictSubState
impl UnsafeUnpin 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