Struct oo_bindgen::model::PrimitiveRef
source · pub struct PrimitiveRef { /* private fields */ }
Expand description
Used for iterator “next” functions to get an optional primitive
Implementations§
Trait Implementations§
source§impl Clone for PrimitiveRef
impl Clone for PrimitiveRef
source§fn clone(&self) -> PrimitiveRef
fn clone(&self) -> PrimitiveRef
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 PrimitiveRef
impl Debug for PrimitiveRef
source§impl From<PrimitiveRef> for FunctionReturnValue
impl From<PrimitiveRef> for FunctionReturnValue
source§fn from(x: PrimitiveRef) -> Self
fn from(x: PrimitiveRef) -> Self
Converts to this type from the input type.
source§impl PartialEq<PrimitiveRef> for PrimitiveRef
impl PartialEq<PrimitiveRef> for PrimitiveRef
source§fn eq(&self, other: &PrimitiveRef) -> bool
fn eq(&self, other: &PrimitiveRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.