Struct nettle_sys::sexp_iterator
source · #[repr(C)]pub struct sexp_iterator {
pub length: usize,
pub buffer: *const u8,
pub start: usize,
pub pos: usize,
pub level: c_uint,
pub type_: sexp_type,
pub display_length: usize,
pub display: *const u8,
pub atom_length: usize,
pub atom: *const u8,
}
Fields§
§length: usize
§buffer: *const u8
§start: usize
§pos: usize
§level: c_uint
§type_: sexp_type
§display_length: usize
§display: *const u8
§atom_length: usize
§atom: *const u8
Trait Implementations§
source§impl Clone for sexp_iterator
impl Clone for sexp_iterator
source§fn clone(&self) -> sexp_iterator
fn clone(&self) -> sexp_iterator
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 sexp_iterator
impl Debug for sexp_iterator
impl Copy for sexp_iterator
Auto Trait Implementations§
impl RefUnwindSafe for sexp_iterator
impl !Send for sexp_iterator
impl !Sync for sexp_iterator
impl Unpin for sexp_iterator
impl UnwindSafe for sexp_iterator
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