Struct rusty_bind_parser::binding_types::WrapperType
source · pub struct WrapperType {
pub original_type_name: Type,
pub wrapper_name: String,
pub rust_type: RustWrapperType,
pub is_ref: bool,
pub is_mut: bool,
}
Fields§
§original_type_name: Type
§wrapper_name: String
§rust_type: RustWrapperType
§is_ref: bool
§is_mut: bool
Implementations§
source§impl WrapperType
impl WrapperType
pub fn boxed(self) -> Box<WrapperType>
Trait Implementations§
source§impl Clone for WrapperType
impl Clone for WrapperType
source§fn clone(&self) -> WrapperType
fn clone(&self) -> WrapperType
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 WrapperType
impl Debug for WrapperType
source§impl Hash for WrapperType
impl Hash for WrapperType
source§impl PartialEq<WrapperType> for WrapperType
impl PartialEq<WrapperType> for WrapperType
source§fn eq(&self, other: &WrapperType) -> bool
fn eq(&self, other: &WrapperType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.