Struct ejdb2_sys_windows::_JBL_iterator
source · [−]#[repr(C)]pub struct _JBL_iterator {
pub pnext: *mut c_uchar,
pub plimit: *mut c_uchar,
pub type_: c_int,
pub count: c_int,
pub current: c_int,
}Fields
pnext: *mut c_ucharplimit: *mut c_uchartype_: c_intcount: c_intcurrent: c_intTrait Implementations
sourceimpl Clone for _JBL_iterator
impl Clone for _JBL_iterator
sourcefn clone(&self) -> _JBL_iterator
fn clone(&self) -> _JBL_iterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _JBL_iterator
impl Debug for _JBL_iterator
impl Copy for _JBL_iterator
Auto Trait Implementations
impl RefUnwindSafe for _JBL_iterator
impl !Send for _JBL_iterator
impl !Sync for _JBL_iterator
impl Unpin for _JBL_iterator
impl UnwindSafe for _JBL_iterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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