From d5f1e39c24460f39e22c58486812f1b8a76f29f1 Mon Sep 17 00:00:00 2001 From: silvanshade Date: Sat, 23 Sep 2023 01:34:42 +0000 Subject: [PATCH] deploy: 5c388266570f48e215d67ce40c5e9036aadf4692 --- cxx_auto/ctypes/struct.c_char.html | 12 ++++++------ cxx_auto/ctypes/struct.c_int.html | 12 ++++++------ cxx_auto/ctypes/struct.c_long.html | 12 ++++++------ cxx_auto/ctypes/struct.c_longlong.html | 12 ++++++------ cxx_auto/ctypes/struct.c_off_t.html | 12 ++++++------ cxx_auto/ctypes/struct.c_schar.html | 12 ++++++------ cxx_auto/ctypes/struct.c_short.html | 12 ++++++------ cxx_auto/ctypes/struct.c_time_t.html | 12 ++++++------ cxx_auto/ctypes/struct.c_uchar.html | 12 ++++++------ cxx_auto/ctypes/struct.c_uint.html | 12 ++++++------ cxx_auto/ctypes/struct.c_ulong.html | 12 ++++++------ cxx_auto/ctypes/struct.c_ulonglong.html | 12 ++++++------ cxx_auto/ctypes/struct.c_ushort.html | 12 ++++++------ cxx_auto/ctypes/struct.c_void.html | 2 +- cxx_auto/struct.CxxAutoArtifactInfo.html | 2 +- cxx_auto/struct.CxxAutoEntry.html | 8 ++++---- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.Eq.js | 2 +- implementors/core/cmp/trait.Ord.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/cmp/trait.PartialOrd.js | 2 +- implementors/core/convert/trait.From.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/fmt/trait.Display.js | 2 +- implementors/core/hash/trait.Hash.js | 2 +- implementors/core/marker/trait.Copy.js | 2 +- implementors/core/marker/trait.StructuralEq.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- implementors/cxx/cxx_vector/trait.VectorElement.js | 2 +- implementors/cxx/extern_type/trait.ExternType.js | 2 +- implementors/cxx/unique_ptr/trait.UniquePtrTarget.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- search-index.js | 2 +- 35 files changed, 103 insertions(+), 103 deletions(-) diff --git a/cxx_auto/ctypes/struct.c_char.html b/cxx_auto/ctypes/struct.c_char.html index 44e2ca4..56eeb2d 100644 --- a/cxx_auto/ctypes/struct.c_char.html +++ b/cxx_auto/ctypes/struct.c_char.html @@ -1,5 +1,5 @@ -c_char in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_char

source ·
#[repr(transparent)]
pub struct c_char { /* private fields */ }

Implementations§

source§

impl c_char

source

pub fn from_bytes(bytes: &[u8]) -> &[c_char]

source

pub fn into_bytes(slice: &[c_char]) -> &[u8]

source

pub fn from_path(path: &Path) -> &[c_char]

source

pub fn from_str(str: &str) -> &[c_char]

Trait Implementations§

source§

impl Clone for c_char

source§

fn clone(&self) -> c_char

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_char

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_char

source§

fn default() -> c_char

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_char

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_char

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_char

§

type Id = (c, __, c, h, a, r)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl From<c_char> for c_char

source§

fn from(wrapper: c_char) -> Self

Converts to this type from the input type.
source§

impl From<c_char> for char

source§

fn from(wrapper: c_char) -> Self

Converts to this type from the input type.
source§

impl From<char> for c_char

source§

fn from(value: char) -> Self

Converts to this type from the input type.
source§

impl From<i8> for c_char

source§

fn from(value: c_char) -> Self

Converts to this type from the input type.
source§

impl Hash for c_char

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_char in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_char

source ·
#[repr(transparent)]
pub struct c_char { /* private fields */ }

Implementations§

source§

impl c_char

source

pub fn from_bytes(bytes: &[u8]) -> &[c_char]

source

pub fn into_bytes(slice: &[c_char]) -> &[u8]

source

pub fn from_path(path: &Path) -> &[c_char]

source

pub fn from_str(str: &str) -> &[c_char]

Trait Implementations§

source§

impl Clone for c_char

source§

fn clone(&self) -> c_char

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_char

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_char

source§

fn default() -> c_char

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_char

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_char

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_char

§

type Id = (c, __, c, h, a, r)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl From<c_char> for c_char

source§

fn from(wrapper: c_char) -> Self

Converts to this type from the input type.
source§

impl From<c_char> for char

source§

fn from(wrapper: c_char) -> Self

Converts to this type from the input type.
source§

impl From<char> for c_char

source§

fn from(value: char) -> Self

Converts to this type from the input type.
source§

impl From<i8> for c_char

source§

fn from(value: c_char) -> Self

Converts to this type from the input type.
source§

impl Hash for c_char

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_char

source§

fn cmp(&self, other: &c_char) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_char> for c_char

source§

fn partial_cmp(&self, other: &c_char) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_char

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_char

source§

impl Eq for c_char

source§

impl StructuralEq for c_char

source§

impl StructuralPartialEq for c_char

source§

impl UniquePtrTarget for c_char

source§

impl VectorElement for c_char

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_char

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_char

source§

impl Eq for c_char

source§

impl StructuralEq for c_char

source§

impl StructuralPartialEq for c_char

source§

impl UniquePtrTarget for c_char

source§

impl VectorElement for c_char

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_int.html b/cxx_auto/ctypes/struct.c_int.html index 7d3eba8..12d0e15 100644 --- a/cxx_auto/ctypes/struct.c_int.html +++ b/cxx_auto/ctypes/struct.c_int.html @@ -1,5 +1,5 @@ -c_int in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_int

source ·
#[repr(transparent)]
pub struct c_int { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_int

source§

fn clone(&self) -> c_int

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_int

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_int

source§

fn default() -> c_int

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_int

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_int

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_int

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_int in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_int

source ·
#[repr(transparent)]
pub struct c_int { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_int

source§

fn clone(&self) -> c_int

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_int

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_int

source§

fn default() -> c_int

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_int

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_int

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_int

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_int

source§

fn cmp(&self, other: &c_int) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_int> for c_int

source§

fn partial_cmp(&self, other: &c_int) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_int

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_int

source§

impl Eq for c_int

source§

impl StructuralEq for c_int

source§

impl StructuralPartialEq for c_int

Auto Trait Implementations§

§

impl RefUnwindSafe for c_int

§

impl Send for c_int

§

impl Sync for c_int

§

impl Unpin for c_int

§

impl UnwindSafe for c_int

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_int

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_int

source§

impl Eq for c_int

source§

impl StructuralEq for c_int

source§

impl StructuralPartialEq for c_int

Auto Trait Implementations§

§

impl RefUnwindSafe for c_int

§

impl Send for c_int

§

impl Sync for c_int

§

impl Unpin for c_int

§

impl UnwindSafe for c_int

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_long.html b/cxx_auto/ctypes/struct.c_long.html index 3a59908..cd63a9f 100644 --- a/cxx_auto/ctypes/struct.c_long.html +++ b/cxx_auto/ctypes/struct.c_long.html @@ -1,5 +1,5 @@ -c_long in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_long

source ·
#[repr(transparent)]
pub struct c_long { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_long

source§

fn clone(&self) -> c_long

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_long

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_long

source§

fn default() -> c_long

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_long

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_long

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_long

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_long in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_long

source ·
#[repr(transparent)]
pub struct c_long { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_long

source§

fn clone(&self) -> c_long

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_long

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_long

source§

fn default() -> c_long

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_long

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_long

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_long

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_long

source§

fn cmp(&self, other: &c_long) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_long> for c_long

source§

fn partial_cmp(&self, other: &c_long) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_long

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_long

source§

impl Eq for c_long

source§

impl StructuralEq for c_long

source§

impl StructuralPartialEq for c_long

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_long

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_long

source§

impl Eq for c_long

source§

impl StructuralEq for c_long

source§

impl StructuralPartialEq for c_long

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_longlong.html b/cxx_auto/ctypes/struct.c_longlong.html index b518864..7de0418 100644 --- a/cxx_auto/ctypes/struct.c_longlong.html +++ b/cxx_auto/ctypes/struct.c_longlong.html @@ -1,5 +1,5 @@ -c_longlong in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_longlong

source ·
#[repr(transparent)]
pub struct c_longlong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_longlong

source§

fn clone(&self) -> c_longlong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_longlong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_longlong

source§

fn default() -> c_longlong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_longlong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_longlong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_longlong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_longlong in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_longlong

source ·
#[repr(transparent)]
pub struct c_longlong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_longlong

source§

fn clone(&self) -> c_longlong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_longlong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_longlong

source§

fn default() -> c_longlong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_longlong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_longlong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_longlong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_longlong

source§

fn cmp(&self, other: &c_longlong) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_longlong> for c_longlong

source§

fn partial_cmp(&self, other: &c_longlong) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_longlong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_longlong

source§

impl Eq for c_longlong

source§

impl StructuralEq for c_longlong

source§

impl StructuralPartialEq for c_longlong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_longlong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_longlong

source§

impl Eq for c_longlong

source§

impl StructuralEq for c_longlong

source§

impl StructuralPartialEq for c_longlong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_off_t.html b/cxx_auto/ctypes/struct.c_off_t.html index f032238..a8c1d40 100644 --- a/cxx_auto/ctypes/struct.c_off_t.html +++ b/cxx_auto/ctypes/struct.c_off_t.html @@ -1,5 +1,5 @@ -c_off_t in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_off_t

source ·
#[repr(transparent)]
pub struct c_off_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_off_t

source§

fn clone(&self) -> c_off_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_off_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_off_t

source§

fn default() -> c_off_t

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_off_t

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_off_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_off_t

§

type Id = (c, __, o, f, f, __, t)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl Hash for c_off_t

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_off_t in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_off_t

source ·
#[repr(transparent)]
pub struct c_off_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_off_t

source§

fn clone(&self) -> c_off_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_off_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_off_t

source§

fn default() -> c_off_t

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_off_t

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_off_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_off_t

§

type Id = (c, __, o, f, f, __, t)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl Hash for c_off_t

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_off_t

source§

fn cmp(&self, other: &c_off_t) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_off_t> for c_off_t

source§

fn partial_cmp(&self, other: &c_off_t) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_off_t

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_off_t

source§

impl Eq for c_off_t

source§

impl StructuralEq for c_off_t

source§

impl StructuralPartialEq for c_off_t

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_off_t

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_off_t

source§

impl Eq for c_off_t

source§

impl StructuralEq for c_off_t

source§

impl StructuralPartialEq for c_off_t

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_schar.html b/cxx_auto/ctypes/struct.c_schar.html index f886b3e..b27fab2 100644 --- a/cxx_auto/ctypes/struct.c_schar.html +++ b/cxx_auto/ctypes/struct.c_schar.html @@ -1,5 +1,5 @@ -c_schar in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_schar

source ·
#[repr(transparent)]
pub struct c_schar(_);

Trait Implementations§

source§

impl Clone for c_schar

source§

fn clone(&self) -> c_schar

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for c_schar

source§

fn default() -> c_schar

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_schar

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl ExternType for c_schar

§

type Id = (c, __, s, c, h, a, r)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl From<c_schar> for c_schar

source§

fn from(value: c_schar) -> Self

Converts to this type from the input type.
source§

impl From<i8> for c_schar

source§

fn from(value: c_schar) -> Self

Converts to this type from the input type.
source§

impl Hash for c_schar

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_schar in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_schar

source ·
#[repr(transparent)]
pub struct c_schar(_);

Trait Implementations§

source§

impl Clone for c_schar

source§

fn clone(&self) -> c_schar

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for c_schar

source§

fn default() -> c_schar

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_schar

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl ExternType for c_schar

§

type Id = (c, __, s, c, h, a, r)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl From<c_schar> for c_schar

source§

fn from(value: c_schar) -> Self

Converts to this type from the input type.
source§

impl From<i8> for c_schar

source§

fn from(value: c_schar) -> Self

Converts to this type from the input type.
source§

impl Hash for c_schar

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_schar

source§

fn cmp(&self, other: &c_schar) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_schar> for c_schar

source§

fn partial_cmp(&self, other: &c_schar) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_schar

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_schar

source§

impl Eq for c_schar

source§

impl StructuralEq for c_schar

source§

impl StructuralPartialEq for c_schar

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_schar

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_schar

source§

impl Eq for c_schar

source§

impl StructuralEq for c_schar

source§

impl StructuralPartialEq for c_schar

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -26,5 +26,5 @@

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_short.html b/cxx_auto/ctypes/struct.c_short.html index b4b92dd..884350d 100644 --- a/cxx_auto/ctypes/struct.c_short.html +++ b/cxx_auto/ctypes/struct.c_short.html @@ -1,5 +1,5 @@ -c_short in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_short

source ·
#[repr(transparent)]
pub struct c_short { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_short

source§

fn clone(&self) -> c_short

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_short

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_short

source§

fn default() -> c_short

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_short

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_short

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_short

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_short in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_short

source ·
#[repr(transparent)]
pub struct c_short { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_short

source§

fn clone(&self) -> c_short

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_short

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_short

source§

fn default() -> c_short

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_short

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_short

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_short

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_short

source§

fn cmp(&self, other: &c_short) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_short> for c_short

source§

fn partial_cmp(&self, other: &c_short) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_short

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_short

source§

impl Eq for c_short

source§

impl StructuralEq for c_short

source§

impl StructuralPartialEq for c_short

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_short

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_short

source§

impl Eq for c_short

source§

impl StructuralEq for c_short

source§

impl StructuralPartialEq for c_short

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_time_t.html b/cxx_auto/ctypes/struct.c_time_t.html index 7c9a35e..dd20f18 100644 --- a/cxx_auto/ctypes/struct.c_time_t.html +++ b/cxx_auto/ctypes/struct.c_time_t.html @@ -1,5 +1,5 @@ -c_time_t in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_time_t

source ·
#[repr(transparent)]
pub struct c_time_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_time_t

source§

fn clone(&self) -> c_time_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_time_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_time_t

source§

fn default() -> c_time_t

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_time_t

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_time_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_time_t

§

type Id = (c, __, t, i, m, e, __, t)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl Hash for c_time_t

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_time_t in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_time_t

source ·
#[repr(transparent)]
pub struct c_time_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_time_t

source§

fn clone(&self) -> c_time_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_time_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_time_t

source§

fn default() -> c_time_t

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_time_t

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_time_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ExternType for c_time_t

§

type Id = (c, __, t, i, m, e, __, t)

A type-level representation of the type’s C++ namespace and type name. Read more
§

type Kind = Trivial

source§

impl Hash for c_time_t

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_time_t

source§

fn cmp(&self, other: &c_time_t) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_time_t> for c_time_t

source§

fn partial_cmp(&self, other: &c_time_t) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_time_t

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_time_t

source§

impl Eq for c_time_t

source§

impl StructuralEq for c_time_t

source§

impl StructuralPartialEq for c_time_t

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_time_t

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_time_t

source§

impl Eq for c_time_t

source§

impl StructuralEq for c_time_t

source§

impl StructuralPartialEq for c_time_t

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_uchar.html b/cxx_auto/ctypes/struct.c_uchar.html index 9836699..2331c33 100644 --- a/cxx_auto/ctypes/struct.c_uchar.html +++ b/cxx_auto/ctypes/struct.c_uchar.html @@ -1,5 +1,5 @@ -c_uchar in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_uchar

source ·
#[repr(transparent)]
pub struct c_uchar { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_uchar

source§

fn clone(&self) -> c_uchar

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_uchar

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_uchar

source§

fn default() -> c_uchar

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_uchar

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_uchar

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_uchar

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_uchar in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_uchar

source ·
#[repr(transparent)]
pub struct c_uchar { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_uchar

source§

fn clone(&self) -> c_uchar

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_uchar

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_uchar

source§

fn default() -> c_uchar

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_uchar

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_uchar

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_uchar

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_uchar

source§

fn cmp(&self, other: &c_uchar) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_uchar> for c_uchar

source§

fn partial_cmp(&self, other: &c_uchar) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_uchar

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_uchar

source§

impl Eq for c_uchar

source§

impl StructuralEq for c_uchar

source§

impl StructuralPartialEq for c_uchar

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_uchar

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_uchar

source§

impl Eq for c_uchar

source§

impl StructuralEq for c_uchar

source§

impl StructuralPartialEq for c_uchar

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_uint.html b/cxx_auto/ctypes/struct.c_uint.html index df07243..5321380 100644 --- a/cxx_auto/ctypes/struct.c_uint.html +++ b/cxx_auto/ctypes/struct.c_uint.html @@ -1,5 +1,5 @@ -c_uint in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_uint

source ·
#[repr(transparent)]
pub struct c_uint { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_uint

source§

fn clone(&self) -> c_uint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_uint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_uint

source§

fn default() -> c_uint

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_uint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_uint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_uint

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_uint in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_uint

source ·
#[repr(transparent)]
pub struct c_uint { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_uint

source§

fn clone(&self) -> c_uint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_uint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_uint

source§

fn default() -> c_uint

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_uint

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_uint

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_uint

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_uint

source§

fn cmp(&self, other: &c_uint) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_uint> for c_uint

source§

fn partial_cmp(&self, other: &c_uint) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_uint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_uint

source§

impl Eq for c_uint

source§

impl StructuralEq for c_uint

source§

impl StructuralPartialEq for c_uint

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_uint

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_uint

source§

impl Eq for c_uint

source§

impl StructuralEq for c_uint

source§

impl StructuralPartialEq for c_uint

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_ulong.html b/cxx_auto/ctypes/struct.c_ulong.html index a30bd86..0e92adb 100644 --- a/cxx_auto/ctypes/struct.c_ulong.html +++ b/cxx_auto/ctypes/struct.c_ulong.html @@ -1,5 +1,5 @@ -c_ulong in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_ulong

source ·
#[repr(transparent)]
pub struct c_ulong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ulong

source§

fn clone(&self) -> c_ulong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ulong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ulong

source§

fn default() -> c_ulong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ulong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ulong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ulong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_ulong in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_ulong

source ·
#[repr(transparent)]
pub struct c_ulong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ulong

source§

fn clone(&self) -> c_ulong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ulong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ulong

source§

fn default() -> c_ulong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ulong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ulong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ulong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_ulong

source§

fn cmp(&self, other: &c_ulong) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_ulong> for c_ulong

source§

fn partial_cmp(&self, other: &c_ulong) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_ulong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ulong

source§

impl Eq for c_ulong

source§

impl StructuralEq for c_ulong

source§

impl StructuralPartialEq for c_ulong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_ulong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ulong

source§

impl Eq for c_ulong

source§

impl StructuralEq for c_ulong

source§

impl StructuralPartialEq for c_ulong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_ulonglong.html b/cxx_auto/ctypes/struct.c_ulonglong.html index 9c7a8a1..f737790 100644 --- a/cxx_auto/ctypes/struct.c_ulonglong.html +++ b/cxx_auto/ctypes/struct.c_ulonglong.html @@ -1,5 +1,5 @@ -c_ulonglong in cxx_auto::ctypes - Rust
#[repr(transparent)]
pub struct c_ulonglong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ulonglong

source§

fn clone(&self) -> c_ulonglong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ulonglong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ulonglong

source§

fn default() -> c_ulonglong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ulonglong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ulonglong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ulonglong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_ulonglong in cxx_auto::ctypes - Rust
#[repr(transparent)]
pub struct c_ulonglong { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ulonglong

source§

fn clone(&self) -> c_ulonglong

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ulonglong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ulonglong

source§

fn default() -> c_ulonglong

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ulonglong

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ulonglong

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ulonglong

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_ulonglong

source§

fn cmp(&self, other: &c_ulonglong) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_ulonglong> for c_ulonglong

source§

fn partial_cmp(&self, other: &c_ulonglong) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_ulonglong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ulonglong

source§

impl Eq for c_ulonglong

source§

impl StructuralEq for c_ulonglong

source§

impl StructuralPartialEq for c_ulonglong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_ulonglong

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ulonglong

source§

impl Eq for c_ulonglong

source§

impl StructuralEq for c_ulonglong

source§

impl StructuralPartialEq for c_ulonglong

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_ushort.html b/cxx_auto/ctypes/struct.c_ushort.html index 0a741d5..5c532b7 100644 --- a/cxx_auto/ctypes/struct.c_ushort.html +++ b/cxx_auto/ctypes/struct.c_ushort.html @@ -1,5 +1,5 @@ -c_ushort in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_ushort

source ·
#[repr(transparent)]
pub struct c_ushort { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ushort

source§

fn clone(&self) -> c_ushort

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ushort

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ushort

source§

fn default() -> c_ushort

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ushort

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ushort

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ushort

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where +c_ushort in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_ushort

source ·
#[repr(transparent)]
pub struct c_ushort { /* private fields */ }

Trait Implementations§

source§

impl Clone for c_ushort

source§

fn clone(&self) -> c_ushort

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for c_ushort

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for c_ushort

source§

fn default() -> c_ushort

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for c_ushort

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for c_ushort

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for c_ushort

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for c_ushort

source§

fn cmp(&self, other: &c_ushort) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere @@ -8,8 +8,8 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

source§

impl PartialOrd<c_ushort> for c_ushort

source§

fn partial_cmp(&self, other: &c_ushort) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl Serialize for c_ushort

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ushort

source§

impl Eq for c_ushort

source§

impl StructuralEq for c_ushort

source§

impl StructuralPartialEq for c_ushort

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +operator. Read more

source§

impl Serialize for c_ushort

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for c_ushort

source§

impl Eq for c_ushort

source§

impl StructuralEq for c_ushort

source§

impl StructuralPartialEq for c_ushort

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Comparable<K> for Qwhere @@ -27,5 +27,5 @@ T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,
§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/cxx_auto/ctypes/struct.c_void.html b/cxx_auto/ctypes/struct.c_void.html index e0eed97..c0de830 100644 --- a/cxx_auto/ctypes/struct.c_void.html +++ b/cxx_auto/ctypes/struct.c_void.html @@ -1,4 +1,4 @@ -c_void in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_void

source ·
#[repr(transparent)]
pub struct c_void(_);

Trait Implementations§

source§

impl From<c_void> for c_void

source§

fn from(value: c_void) -> Self

Converts to this type from the input type.
source§

impl From<c_void> for c_void

source§

fn from(value: c_void) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +c_void in cxx_auto::ctypes - Rust

Struct cxx_auto::ctypes::c_void

source ·
#[repr(transparent)]
pub struct c_void(_);

Trait Implementations§

source§

impl From<c_void> for c_void

source§

fn from(value: c_void) -> Self

Converts to this type from the input type.
source§

impl From<c_void> for c_void

source§

fn from(value: c_void) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/cxx_auto/struct.CxxAutoArtifactInfo.html b/cxx_auto/struct.CxxAutoArtifactInfo.html index 8d694ad..b4bb14b 100644 --- a/cxx_auto/struct.CxxAutoArtifactInfo.html +++ b/cxx_auto/struct.CxxAutoArtifactInfo.html @@ -30,7 +30,7 @@ pub is_rust_partial_ord: bool, pub is_rust_ord: bool, pub is_rust_hash: bool, -
}

Fields§

§path_components: Vec<&'static str>§path_descendants: Vec<&'static str>§cxx_include: &'static str§cxx_namespace: &'static str§cxx_name: &'static str§rust_name: &'static str§lifetimes: IndexMap<&'static str, Vec<&'static str>>§align: usize§size: usize§cxx_has_operator_equal: bool§cxx_has_operator_not_equal: bool§cxx_has_operator_less_than: bool§cxx_has_operator_less_than_or_equal: bool§cxx_has_operator_greater_than: bool§cxx_has_operator_greater_than_or_equal: bool§is_rust_cxx_extern_type_trivial: bool§is_rust_unpin: bool§is_rust_send: bool§is_rust_sync: bool§is_rust_copy: bool§is_rust_debug: bool§is_rust_default: bool§is_rust_display: bool§is_rust_drop: bool§is_rust_copy_new: bool§is_rust_move_new: bool§is_rust_eq: bool§is_rust_partial_eq: bool§is_rust_partial_ord: bool§is_rust_ord: bool§is_rust_hash: bool

Implementations§

source§

impl CxxAutoArtifactInfo

source

pub fn emit_file(&self, auto_out_dir: &Path) -> File

source

pub fn write_module_for_dir( +

}

Fields§

§path_components: Vec<&'static str>§path_descendants: Vec<&'static str>§cxx_include: &'static str§cxx_namespace: &'static str§cxx_name: &'static str§rust_name: &'static str§lifetimes: IndexMap<&'static str, Vec<&'static str>>§align: usize§size: usize§cxx_has_operator_equal: bool§cxx_has_operator_not_equal: bool§cxx_has_operator_less_than: bool§cxx_has_operator_less_than_or_equal: bool§cxx_has_operator_greater_than: bool§cxx_has_operator_greater_than_or_equal: bool§is_rust_cxx_extern_type_trivial: bool§is_rust_unpin: bool§is_rust_send: bool§is_rust_sync: bool§is_rust_copy: bool§is_rust_debug: bool§is_rust_default: bool§is_rust_display: bool§is_rust_drop: bool§is_rust_copy_new: bool§is_rust_move_new: bool§is_rust_eq: bool§is_rust_partial_eq: bool§is_rust_partial_ord: bool§is_rust_ord: bool§is_rust_hash: bool

Implementations§

source§

impl CxxAutoArtifactInfo

source

pub fn emit_file(&self, auto_out_dir: &Path) -> File

source

pub fn write_module_for_dir( auto_out_dir_root: &Path, path_components: &[&str], path_descendants: &[&str] diff --git a/cxx_auto/struct.CxxAutoEntry.html b/cxx_auto/struct.CxxAutoEntry.html index 36c413b..0374a44 100644 --- a/cxx_auto/struct.CxxAutoEntry.html +++ b/cxx_auto/struct.CxxAutoEntry.html @@ -1,5 +1,5 @@ -CxxAutoEntry in cxx_auto - Rust

Struct cxx_auto::CxxAutoEntry

source ·
pub struct CxxAutoEntry<'ctx> { /* private fields */ }

Implementations§

source§

impl<'ctx> CxxAutoEntry<'ctx>

source

pub fn cxx_name(&self) -> &str

Trait Implementations§

source§

impl<'de: 'ctx, 'ctx> Deserialize<'de> for CxxAutoEntry<'ctx>

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

§

impl<'ctx> RefUnwindSafe for CxxAutoEntry<'ctx>

§

impl<'ctx> Send for CxxAutoEntry<'ctx>

§

impl<'ctx> Sync for CxxAutoEntry<'ctx>

§

impl<'ctx> Unpin for CxxAutoEntry<'ctx>

§

impl<'ctx> UnwindSafe for CxxAutoEntry<'ctx>

Blanket Implementations§

source§

impl<T> Any for Twhere +CxxAutoEntry in cxx_auto - Rust

Struct cxx_auto::CxxAutoEntry

source ·
pub struct CxxAutoEntry<'ctx> { /* private fields */ }

Implementations§

source§

impl<'ctx> CxxAutoEntry<'ctx>

source

pub fn cxx_name(&self) -> &str

Trait Implementations§

source§

impl<'de: 'ctx, 'ctx> Deserialize<'de> for CxxAutoEntry<'ctx>

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

§

impl<'ctx> RefUnwindSafe for CxxAutoEntry<'ctx>

§

impl<'ctx> Send for CxxAutoEntry<'ctx>

§

impl<'ctx> Sync for CxxAutoEntry<'ctx>

§

impl<'ctx> Unpin for CxxAutoEntry<'ctx>

§

impl<'ctx> UnwindSafe for CxxAutoEntry<'ctx>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

@@ -9,5 +9,5 @@ From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere - U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere - T: for<'de> Deserialize<'de>,

\ No newline at end of file + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for Twhere + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 422e99b..3a71669 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Clone for c_long"],["impl Clone for c_ulonglong"],["impl Clone for c_char"],["impl Clone for c_schar"],["impl Clone for c_off_t"],["impl Clone for c_short"],["impl Clone for c_uchar"],["impl Clone for c_longlong"],["impl Clone for c_ulong"],["impl Clone for c_time_t"],["impl Clone for c_int"],["impl Clone for c_ushort"],["impl Clone for c_uint"]] +"cxx_auto":[["impl Clone for c_ulong"],["impl Clone for c_ulonglong"],["impl Clone for c_uint"],["impl Clone for c_ushort"],["impl Clone for c_int"],["impl Clone for c_schar"],["impl Clone for c_short"],["impl Clone for c_char"],["impl Clone for c_longlong"],["impl Clone for c_uchar"],["impl Clone for c_long"],["impl Clone for c_off_t"],["impl Clone for c_time_t"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Eq.js b/implementors/core/cmp/trait.Eq.js index cf6f58d..c50ff7c 100644 --- a/implementors/core/cmp/trait.Eq.js +++ b/implementors/core/cmp/trait.Eq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Eq for c_uchar"],["impl Eq for c_ulong"],["impl Eq for c_uint"],["impl Eq for c_time_t"],["impl Eq for c_off_t"],["impl Eq for c_long"],["impl Eq for c_int"],["impl Eq for c_schar"],["impl Eq for c_short"],["impl Eq for c_ushort"],["impl Eq for c_ulonglong"],["impl Eq for c_longlong"],["impl Eq for c_char"]] +"cxx_auto":[["impl Eq for c_uint"],["impl Eq for c_uchar"],["impl Eq for c_char"],["impl Eq for c_ushort"],["impl Eq for c_schar"],["impl Eq for c_ulonglong"],["impl Eq for c_time_t"],["impl Eq for c_off_t"],["impl Eq for c_int"],["impl Eq for c_long"],["impl Eq for c_short"],["impl Eq for c_longlong"],["impl Eq for c_ulong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.Ord.js b/implementors/core/cmp/trait.Ord.js index 3a72d60..a3b1ad8 100644 --- a/implementors/core/cmp/trait.Ord.js +++ b/implementors/core/cmp/trait.Ord.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Ord for c_short"],["impl Ord for c_uchar"],["impl Ord for c_ulong"],["impl Ord for c_ulonglong"],["impl Ord for c_off_t"],["impl Ord for c_longlong"],["impl Ord for c_int"],["impl Ord for c_long"],["impl Ord for c_time_t"],["impl Ord for c_schar"],["impl Ord for c_char"],["impl Ord for c_uint"],["impl Ord for c_ushort"]] +"cxx_auto":[["impl Ord for c_long"],["impl Ord for c_uint"],["impl Ord for c_longlong"],["impl Ord for c_ulong"],["impl Ord for c_ushort"],["impl Ord for c_off_t"],["impl Ord for c_short"],["impl Ord for c_ulonglong"],["impl Ord for c_time_t"],["impl Ord for c_schar"],["impl Ord for c_char"],["impl Ord for c_uchar"],["impl Ord for c_int"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index daebca5..29b3398 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl PartialEq<c_longlong> for c_longlong"],["impl PartialEq<c_schar> for c_schar"],["impl PartialEq<c_time_t> for c_time_t"],["impl PartialEq<c_short> for c_short"],["impl PartialEq<c_uchar> for c_uchar"],["impl PartialEq<c_ulong> for c_ulong"],["impl PartialEq<c_ushort> for c_ushort"],["impl PartialEq<c_uint> for c_uint"],["impl PartialEq<c_off_t> for c_off_t"],["impl PartialEq<c_ulonglong> for c_ulonglong"],["impl PartialEq<c_int> for c_int"],["impl PartialEq<c_char> for c_char"],["impl PartialEq<c_long> for c_long"]] +"cxx_auto":[["impl PartialEq<c_ulong> for c_ulong"],["impl PartialEq<c_short> for c_short"],["impl PartialEq<c_schar> for c_schar"],["impl PartialEq<c_ushort> for c_ushort"],["impl PartialEq<c_uchar> for c_uchar"],["impl PartialEq<c_off_t> for c_off_t"],["impl PartialEq<c_long> for c_long"],["impl PartialEq<c_time_t> for c_time_t"],["impl PartialEq<c_uint> for c_uint"],["impl PartialEq<c_ulonglong> for c_ulonglong"],["impl PartialEq<c_char> for c_char"],["impl PartialEq<c_int> for c_int"],["impl PartialEq<c_longlong> for c_longlong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialOrd.js b/implementors/core/cmp/trait.PartialOrd.js index 77535df..a8147be 100644 --- a/implementors/core/cmp/trait.PartialOrd.js +++ b/implementors/core/cmp/trait.PartialOrd.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl PartialOrd<c_ushort> for c_ushort"],["impl PartialOrd<c_schar> for c_schar"],["impl PartialOrd<c_char> for c_char"],["impl PartialOrd<c_int> for c_int"],["impl PartialOrd<c_time_t> for c_time_t"],["impl PartialOrd<c_short> for c_short"],["impl PartialOrd<c_off_t> for c_off_t"],["impl PartialOrd<c_ulong> for c_ulong"],["impl PartialOrd<c_longlong> for c_longlong"],["impl PartialOrd<c_uint> for c_uint"],["impl PartialOrd<c_ulonglong> for c_ulonglong"],["impl PartialOrd<c_uchar> for c_uchar"],["impl PartialOrd<c_long> for c_long"]] +"cxx_auto":[["impl PartialOrd<c_off_t> for c_off_t"],["impl PartialOrd<c_longlong> for c_longlong"],["impl PartialOrd<c_ulonglong> for c_ulonglong"],["impl PartialOrd<c_schar> for c_schar"],["impl PartialOrd<c_long> for c_long"],["impl PartialOrd<c_int> for c_int"],["impl PartialOrd<c_uint> for c_uint"],["impl PartialOrd<c_time_t> for c_time_t"],["impl PartialOrd<c_uchar> for c_uchar"],["impl PartialOrd<c_short> for c_short"],["impl PartialOrd<c_char> for c_char"],["impl PartialOrd<c_ushort> for c_ushort"],["impl PartialOrd<c_ulong> for c_ulong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.From.js b/implementors/core/convert/trait.From.js index 7c09f88..c582645 100644 --- a/implementors/core/convert/trait.From.js +++ b/implementors/core/convert/trait.From.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl From<c_void> for c_void"],["impl From<i8> for c_char"],["impl From<char> for c_char"],["impl From<c_schar> for c_schar"],["impl From<c_void> for c_void"],["impl From<c_char> for char"],["impl From<c_char> for c_char"],["impl From<i8> for c_schar"]] +"cxx_auto":[["impl From<c_void> for c_void"],["impl From<i8> for c_char"],["impl From<i8> for c_schar"],["impl From<c_void> for c_void"],["impl From<c_schar> for c_schar"],["impl From<char> for c_char"],["impl From<c_char> for char"],["impl From<c_char> for c_char"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/default/trait.Default.js b/implementors/core/default/trait.Default.js index ad7ccae..c25e42e 100644 --- a/implementors/core/default/trait.Default.js +++ b/implementors/core/default/trait.Default.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Default for c_int"],["impl Default for c_off_t"],["impl Default for c_short"],["impl Default for c_schar"],["impl Default for c_time_t"],["impl Default for c_ulong"],["impl Default for c_uint"],["impl Default for c_uchar"],["impl Default for c_ushort"],["impl Default for c_ulonglong"],["impl Default for c_longlong"],["impl Default for c_char"],["impl Default for c_long"]] +"cxx_auto":[["impl Default for c_ushort"],["impl Default for c_int"],["impl Default for c_uchar"],["impl Default for c_short"],["impl Default for c_off_t"],["impl Default for c_char"],["impl Default for c_long"],["impl Default for c_time_t"],["impl Default for c_uint"],["impl Default for c_schar"],["impl Default for c_ulong"],["impl Default for c_longlong"],["impl Default for c_ulonglong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index 36373b5..15dd173 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Debug for c_time_t"],["impl Debug for c_longlong"],["impl Debug for c_uint"],["impl Debug for c_ulonglong"],["impl Debug for c_uchar"],["impl Debug for c_long"],["impl Debug for c_ulong"],["impl Debug for c_int"],["impl Debug for c_off_t"],["impl Debug for c_char"],["impl Debug for c_ushort"],["impl Debug for c_short"]] +"cxx_auto":[["impl Debug for c_char"],["impl Debug for c_longlong"],["impl Debug for c_off_t"],["impl Debug for c_uchar"],["impl Debug for c_time_t"],["impl Debug for c_uint"],["impl Debug for c_ulong"],["impl Debug for c_ushort"],["impl Debug for c_ulonglong"],["impl Debug for c_long"],["impl Debug for c_int"],["impl Debug for c_short"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Display.js b/implementors/core/fmt/trait.Display.js index 3e65b69..1511494 100644 --- a/implementors/core/fmt/trait.Display.js +++ b/implementors/core/fmt/trait.Display.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Display for c_time_t"],["impl Display for c_char"],["impl Display for c_longlong"],["impl Display for c_ulonglong"],["impl Display for c_ulong"],["impl Display for c_ushort"],["impl Display for c_int"],["impl Display for c_short"],["impl Display for c_long"],["impl Display for c_uint"],["impl Display for c_off_t"],["impl Display for c_uchar"]] +"cxx_auto":[["impl Display for c_short"],["impl Display for c_int"],["impl Display for c_longlong"],["impl Display for c_long"],["impl Display for c_ushort"],["impl Display for c_off_t"],["impl Display for c_uchar"],["impl Display for c_ulonglong"],["impl Display for c_uint"],["impl Display for c_ulong"],["impl Display for c_time_t"],["impl Display for c_char"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/hash/trait.Hash.js b/implementors/core/hash/trait.Hash.js index 3f0149e..e6459f0 100644 --- a/implementors/core/hash/trait.Hash.js +++ b/implementors/core/hash/trait.Hash.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Hash for c_uchar"],["impl Hash for c_long"],["impl Hash for c_ulonglong"],["impl Hash for c_ushort"],["impl Hash for c_off_t"],["impl Hash for c_longlong"],["impl Hash for c_char"],["impl Hash for c_uint"],["impl Hash for c_ulong"],["impl Hash for c_int"],["impl Hash for c_short"],["impl Hash for c_schar"],["impl Hash for c_time_t"]] +"cxx_auto":[["impl Hash for c_short"],["impl Hash for c_int"],["impl Hash for c_uchar"],["impl Hash for c_time_t"],["impl Hash for c_char"],["impl Hash for c_ulonglong"],["impl Hash for c_long"],["impl Hash for c_off_t"],["impl Hash for c_ushort"],["impl Hash for c_ulong"],["impl Hash for c_schar"],["impl Hash for c_longlong"],["impl Hash for c_uint"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Copy.js b/implementors/core/marker/trait.Copy.js index efaab4a..32bedb2 100644 --- a/implementors/core/marker/trait.Copy.js +++ b/implementors/core/marker/trait.Copy.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Copy for c_char"],["impl Copy for c_short"],["impl Copy for c_ulonglong"],["impl Copy for c_time_t"],["impl Copy for c_uint"],["impl Copy for c_uchar"],["impl Copy for c_ulong"],["impl Copy for c_ushort"],["impl Copy for c_longlong"],["impl Copy for c_schar"],["impl Copy for c_int"],["impl Copy for c_long"],["impl Copy for c_off_t"]] +"cxx_auto":[["impl Copy for c_short"],["impl Copy for c_schar"],["impl Copy for c_char"],["impl Copy for c_ulonglong"],["impl Copy for c_long"],["impl Copy for c_int"],["impl Copy for c_ushort"],["impl Copy for c_longlong"],["impl Copy for c_time_t"],["impl Copy for c_off_t"],["impl Copy for c_uint"],["impl Copy for c_uchar"],["impl Copy for c_ulong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralEq.js b/implementors/core/marker/trait.StructuralEq.js index 6e794ec..b7fd6a4 100644 --- a/implementors/core/marker/trait.StructuralEq.js +++ b/implementors/core/marker/trait.StructuralEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl StructuralEq for c_uint"],["impl StructuralEq for c_uchar"],["impl StructuralEq for c_int"],["impl StructuralEq for c_longlong"],["impl StructuralEq for c_ushort"],["impl StructuralEq for c_time_t"],["impl StructuralEq for c_ulonglong"],["impl StructuralEq for c_off_t"],["impl StructuralEq for c_char"],["impl StructuralEq for c_ulong"],["impl StructuralEq for c_short"],["impl StructuralEq for c_schar"],["impl StructuralEq for c_long"]] +"cxx_auto":[["impl StructuralEq for c_schar"],["impl StructuralEq for c_short"],["impl StructuralEq for c_off_t"],["impl StructuralEq for c_longlong"],["impl StructuralEq for c_time_t"],["impl StructuralEq for c_uchar"],["impl StructuralEq for c_uint"],["impl StructuralEq for c_ulonglong"],["impl StructuralEq for c_ushort"],["impl StructuralEq for c_char"],["impl StructuralEq for c_int"],["impl StructuralEq for c_ulong"],["impl StructuralEq for c_long"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index 8f9a1ce..9906101 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl StructuralPartialEq for c_uchar"],["impl StructuralPartialEq for c_long"],["impl StructuralPartialEq for c_ulonglong"],["impl StructuralPartialEq for c_time_t"],["impl StructuralPartialEq for c_int"],["impl StructuralPartialEq for c_short"],["impl StructuralPartialEq for c_off_t"],["impl StructuralPartialEq for c_uint"],["impl StructuralPartialEq for c_schar"],["impl StructuralPartialEq for c_longlong"],["impl StructuralPartialEq for c_ulong"],["impl StructuralPartialEq for c_ushort"],["impl StructuralPartialEq for c_char"]] +"cxx_auto":[["impl StructuralPartialEq for c_longlong"],["impl StructuralPartialEq for c_uint"],["impl StructuralPartialEq for c_uchar"],["impl StructuralPartialEq for c_int"],["impl StructuralPartialEq for c_ulong"],["impl StructuralPartialEq for c_ulonglong"],["impl StructuralPartialEq for c_short"],["impl StructuralPartialEq for c_char"],["impl StructuralPartialEq for c_off_t"],["impl StructuralPartialEq for c_ushort"],["impl StructuralPartialEq for c_schar"],["impl StructuralPartialEq for c_time_t"],["impl StructuralPartialEq for c_long"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/cxx/cxx_vector/trait.VectorElement.js b/implementors/cxx/cxx_vector/trait.VectorElement.js index ac07951..67833cb 100644 --- a/implementors/cxx/cxx_vector/trait.VectorElement.js +++ b/implementors/cxx/cxx_vector/trait.VectorElement.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl VectorElement for c_char"]] +"cxx_auto":[["impl VectorElement for c_char"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/cxx/extern_type/trait.ExternType.js b/implementors/cxx/extern_type/trait.ExternType.js index fa0bd39..c29b76c 100644 --- a/implementors/cxx/extern_type/trait.ExternType.js +++ b/implementors/cxx/extern_type/trait.ExternType.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl ExternType for c_schar"],["impl ExternType for c_off_t"],["impl ExternType for c_time_t"],["impl ExternType for c_char"]] +"cxx_auto":[["impl ExternType for c_char"],["impl ExternType for c_time_t"],["impl ExternType for c_schar"],["impl ExternType for c_off_t"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/cxx/unique_ptr/trait.UniquePtrTarget.js b/implementors/cxx/unique_ptr/trait.UniquePtrTarget.js index ae88b3c..9828922 100644 --- a/implementors/cxx/unique_ptr/trait.UniquePtrTarget.js +++ b/implementors/cxx/unique_ptr/trait.UniquePtrTarget.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl UniquePtrTarget for c_char"]] +"cxx_auto":[["impl UniquePtrTarget for c_char"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/de/trait.Deserialize.js b/implementors/serde/de/trait.Deserialize.js index 528dd67..5786096 100644 --- a/implementors/serde/de/trait.Deserialize.js +++ b/implementors/serde/de/trait.Deserialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl<'de> Deserialize<'de> for c_time_t"],["impl<'de: 'ctx, 'ctx> Deserialize<'de> for CxxAutoEntry<'ctx>"],["impl<'de> Deserialize<'de> for c_short"],["impl<'de> Deserialize<'de> for c_schar"],["impl<'de> Deserialize<'de> for c_char"],["impl<'de> Deserialize<'de> for c_uchar"],["impl<'de> Deserialize<'de> for c_int"],["impl<'de> Deserialize<'de> for c_uint"],["impl<'de> Deserialize<'de> for c_ulong"],["impl<'de> Deserialize<'de> for c_off_t"],["impl<'de> Deserialize<'de> for c_longlong"],["impl<'de> Deserialize<'de> for c_ulonglong"],["impl<'de> Deserialize<'de> for c_ushort"],["impl<'de> Deserialize<'de> for c_long"]] +"cxx_auto":[["impl<'de> Deserialize<'de> for c_time_t"],["impl<'de> Deserialize<'de> for c_ulonglong"],["impl<'de> Deserialize<'de> for c_long"],["impl<'de> Deserialize<'de> for c_uchar"],["impl<'de> Deserialize<'de> for c_int"],["impl<'de: 'ctx, 'ctx> Deserialize<'de> for CxxAutoEntry<'ctx>"],["impl<'de> Deserialize<'de> for c_ulong"],["impl<'de> Deserialize<'de> for c_char"],["impl<'de> Deserialize<'de> for c_uint"],["impl<'de> Deserialize<'de> for c_off_t"],["impl<'de> Deserialize<'de> for c_schar"],["impl<'de> Deserialize<'de> for c_short"],["impl<'de> Deserialize<'de> for c_ushort"],["impl<'de> Deserialize<'de> for c_longlong"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/serde/ser/trait.Serialize.js b/implementors/serde/ser/trait.Serialize.js index 2e36502..d6ce1d9 100644 --- a/implementors/serde/ser/trait.Serialize.js +++ b/implementors/serde/ser/trait.Serialize.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"cxx_auto":[["impl Serialize for c_off_t"],["impl Serialize for c_int"],["impl Serialize for c_schar"],["impl Serialize for c_long"],["impl Serialize for c_ushort"],["impl Serialize for c_ulong"],["impl Serialize for c_uint"],["impl Serialize for c_char"],["impl Serialize for c_ulonglong"],["impl Serialize for c_longlong"],["impl Serialize for c_time_t"],["impl Serialize for c_uchar"],["impl Serialize for c_short"]] +"cxx_auto":[["impl Serialize for c_ulonglong"],["impl Serialize for c_char"],["impl Serialize for c_schar"],["impl Serialize for c_ushort"],["impl Serialize for c_off_t"],["impl Serialize for c_uchar"],["impl Serialize for c_int"],["impl Serialize for c_ulong"],["impl Serialize for c_long"],["impl Serialize for c_short"],["impl Serialize for c_time_t"],["impl Serialize for c_longlong"],["impl Serialize for c_uint"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/search-index.js b/search-index.js index 6334aef..9541b1a 100644 --- a/search-index.js +++ b/search-index.js @@ -1,5 +1,5 @@ var searchIndex = JSON.parse('{\ -"cxx_auto":{"doc":"","t":"GGDDMLLLLAMMMMMMMLMMLLLLCLLMMMMMMMMMMMMMMMMMMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["BoxError","BoxResult","CxxAutoArtifactInfo","CxxAutoEntry","align","borrow","borrow","borrow_mut","borrow_mut","ctypes","cxx_has_operator_equal","cxx_has_operator_greater_than","cxx_has_operator_greater_than_or_equal","cxx_has_operator_less_than","cxx_has_operator_less_than_or_equal","cxx_has_operator_not_equal","cxx_include","cxx_name","cxx_name","cxx_namespace","deserialize","emit_file","from","from","indexmap","into","into","is_rust_copy","is_rust_copy_new","is_rust_cxx_extern_type_trivial","is_rust_debug","is_rust_default","is_rust_display","is_rust_drop","is_rust_eq","is_rust_hash","is_rust_move_new","is_rust_ord","is_rust_partial_eq","is_rust_partial_ord","is_rust_send","is_rust_sync","is_rust_unpin","lifetimes","path_components","path_descendants","process_artifacts","rust_name","size","try_from","try_from","try_into","try_into","type_id","type_id","write_module_for_dir","write_module_for_file","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c_char","c_int","c_long","c_longlong","c_off_t","c_schar","c_short","c_time_t","c_uchar","c_uint","c_ulong","c_ulonglong","c_ushort","c_void","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","default","default","default","default","default","default","default","default","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_bytes","from_path","from_str","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_bytes","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id"],"q":[[0,"cxx_auto"],[57,"cxx_auto::ctypes"]],"d":["","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Errors","","","","","","","","","Errors","Errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,5,5,1,5,1,0,5,5,5,5,5,5,5,1,5,5,1,5,5,1,0,5,1,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,5,5,1,5,1,5,1,5,5,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,11,11,12,12,12,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,29,29,11,11,11,12,13,14,15,15,16,17,18,19,20,21,22,23,11,11,11,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,11,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23],"f":[0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1,2],0,0,[3,[[4,[1]]]],[[5,6],7],[[]],[[]],0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[6,6,6],8],0,0,[[],4],[[],4],[[],4],[[],4],[[],9],[[],9],[[6,[10,[2]],[10,[2]]],8],[[5,6],8],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[11,11],[12,12],[13,13],[14,14],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22],[23,23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[11,11],24],[[12,12],24],[[13,13],24],[[14,14],24],[[15,15],24],[[16,16],24],[[17,17],24],[[18,18],24],[[19,19],24],[[20,20],24],[[21,21],24],[[22,22],24],[[23,23],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],11],[[],12],[[],13],[[],14],[[],15],[[],16],[[],17],[[],18],[[],19],[[],20],[[],21],[[],22],[[],23],[3,[[4,[11]]]],[3,[[4,[12]]]],[3,[[4,[13]]]],[3,[[4,[14]]]],[3,[[4,[15]]]],[3,[[4,[16]]]],[3,[[4,[17]]]],[3,[[4,[18]]]],[3,[[4,[19]]]],[3,[[4,[20]]]],[3,[[4,[21]]]],[3,[[4,[22]]]],[3,[[4,[23]]]],[[11,11],25],[[12,12],25],[[13,13],25],[[14,14],25],[[15,15],25],[[16,16],25],[[17,17],25],[[18,18],25],[[19,19],25],[[20,20],25],[[21,21],25],[[22,22],25],[[23,23],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[11,26],27],[[11,26],27],[[12,26],27],[[12,26],27],[[13,26],27],[[13,26],27],[[14,26],27],[[14,26],27],[[16,26],27],[[16,26],27],[[17,26],27],[[17,26],27],[[18,26],27],[[18,26],27],[[19,26],27],[[19,26],27],[[20,26],27],[[20,26],27],[[21,26],27],[[21,26],27],[[22,26],27],[[22,26],27],[[23,26],27],[[23,26],27],[28,29],[[]],[30,11],[[]],[31,11],[[]],[[]],[[]],[32,15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[33]]],[[10,[11]]]],[6,[[10,[11]]]],[2,[[10,[11]]]],[[11,34]],[[12,34]],[[13,34]],[[14,34]],[[15,34]],[[16,34]],[[17,34]],[[18,34]],[[19,34]],[[20,34]],[[21,34]],[[22,34]],[[23,34]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[11]]],[[10,[33]]]],[[11,11],[[35,[24]]]],[[12,12],[[35,[24]]]],[[13,13],[[35,[24]]]],[[14,14],[[35,[24]]]],[[15,15],[[35,[24]]]],[[16,16],[[35,[24]]]],[[17,17],[[35,[24]]]],[[18,18],[[35,[24]]]],[[19,19],[[35,[24]]]],[[20,20],[[35,[24]]]],[[21,21],[[35,[24]]]],[[22,22],[[35,[24]]]],[[23,23],[[35,[24]]]],[[11,36],4],[[12,36],4],[[13,36],4],[[14,36],4],[[15,36],4],[[16,36],4],[[17,36],4],[[18,36],4],[[19,36],4],[[20,36],4],[[21,36],4],[[22,36],4],[[23,36],4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9]],"c":[],"p":[[3,"CxxAutoEntry"],[15,"str"],[8,"Deserializer"],[4,"Result"],[3,"CxxAutoArtifactInfo"],[3,"Path"],[3,"File"],[6,"BoxResult"],[3,"TypeId"],[15,"slice"],[3,"c_char"],[3,"c_int"],[3,"c_long"],[3,"c_longlong"],[3,"c_schar"],[3,"c_short"],[3,"c_uchar"],[3,"c_uint"],[3,"c_ulong"],[3,"c_ulonglong"],[3,"c_ushort"],[3,"c_off_t"],[3,"c_time_t"],[4,"Ordering"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"c_void"],[3,"c_void"],[6,"c_char"],[15,"char"],[6,"c_schar"],[15,"u8"],[8,"Hasher"],[4,"Option"],[8,"Serializer"],[3,"String"]]}\ +"cxx_auto":{"doc":"","t":"GGDDMLLLLAMMMMMMMLMMLLLLCLLMMMMMMMMMMMMMMMMMMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["BoxError","BoxResult","CxxAutoArtifactInfo","CxxAutoEntry","align","borrow","borrow","borrow_mut","borrow_mut","ctypes","cxx_has_operator_equal","cxx_has_operator_greater_than","cxx_has_operator_greater_than_or_equal","cxx_has_operator_less_than","cxx_has_operator_less_than_or_equal","cxx_has_operator_not_equal","cxx_include","cxx_name","cxx_name","cxx_namespace","deserialize","emit_file","from","from","indexmap","into","into","is_rust_copy","is_rust_copy_new","is_rust_cxx_extern_type_trivial","is_rust_debug","is_rust_default","is_rust_display","is_rust_drop","is_rust_eq","is_rust_hash","is_rust_move_new","is_rust_ord","is_rust_partial_eq","is_rust_partial_ord","is_rust_send","is_rust_sync","is_rust_unpin","lifetimes","path_components","path_descendants","process_artifacts","rust_name","size","try_from","try_from","try_into","try_into","type_id","type_id","write_module_for_dir","write_module_for_file","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c_char","c_int","c_long","c_longlong","c_off_t","c_schar","c_short","c_time_t","c_uchar","c_uint","c_ulong","c_ulonglong","c_ushort","c_void","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","default","default","default","default","default","default","default","default","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_bytes","from_path","from_str","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_bytes","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id"],"q":[[0,"cxx_auto"],[57,"cxx_auto::ctypes"]],"d":["","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Errors","","","","","","","","","Errors","Errors","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,5,5,1,5,1,0,5,5,5,5,5,5,5,1,5,5,1,5,5,1,0,5,1,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,5,5,1,5,1,5,1,5,5,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,11,11,12,12,12,13,13,13,14,14,14,15,15,15,16,16,16,17,17,17,18,18,18,19,19,19,20,20,20,21,21,21,22,22,22,23,23,23,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,29,29,11,11,11,12,13,14,15,15,16,17,18,19,20,21,22,23,11,11,11,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,11,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,15,16,17,18,19,20,21,22,23,11,12,13,14,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23,29,11,12,13,14,15,16,17,18,19,20,21,22,23],"f":[0,0,0,0,0,[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1,2],0,0,[3,[[4,[1]]]],[[5,6],7],[[]],[[]],0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[6,6,6],8],0,0,[[],4],[[],4],[[],4],[[],4],[[],9],[[],9],[[6,[10,[2]],[10,[2]]],8],[[5,6],8],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[11,11],[12,12],[13,13],[14,14],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22],[23,23],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[11,11],24],[[12,12],24],[[13,13],24],[[14,14],24],[[15,15],24],[[16,16],24],[[17,17],24],[[18,18],24],[[19,19],24],[[20,20],24],[[21,21],24],[[22,22],24],[[23,23],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],24],[[],11],[[],12],[[],13],[[],14],[[],15],[[],16],[[],17],[[],18],[[],19],[[],20],[[],21],[[],22],[[],23],[3,[[4,[11]]]],[3,[[4,[12]]]],[3,[[4,[13]]]],[3,[[4,[14]]]],[3,[[4,[15]]]],[3,[[4,[16]]]],[3,[[4,[17]]]],[3,[[4,[18]]]],[3,[[4,[19]]]],[3,[[4,[20]]]],[3,[[4,[21]]]],[3,[[4,[22]]]],[3,[[4,[23]]]],[[11,11],25],[[12,12],25],[[13,13],25],[[14,14],25],[[15,15],25],[[16,16],25],[[17,17],25],[[18,18],25],[[19,19],25],[[20,20],25],[[21,21],25],[[22,22],25],[[23,23],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[],25],[[11,26],27],[[11,26],27],[[12,26],27],[[12,26],27],[[13,26],27],[[13,26],27],[[14,26],27],[[14,26],27],[[16,26],27],[[16,26],27],[[17,26],27],[[17,26],27],[[18,26],27],[[18,26],27],[[19,26],27],[[19,26],27],[[20,26],27],[[20,26],27],[[21,26],27],[[21,26],27],[[22,26],27],[[22,26],27],[[23,26],27],[[23,26],27],[28,29],[[]],[30,11],[[]],[31,11],[[]],[[]],[[]],[[]],[32,15],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[33]]],[[10,[11]]]],[6,[[10,[11]]]],[2,[[10,[11]]]],[[11,34]],[[12,34]],[[13,34]],[[14,34]],[[15,34]],[[16,34]],[[17,34]],[[18,34]],[[19,34]],[[20,34]],[[21,34]],[[22,34]],[[23,34]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[10,[11]]],[[10,[33]]]],[[11,11],[[35,[24]]]],[[12,12],[[35,[24]]]],[[13,13],[[35,[24]]]],[[14,14],[[35,[24]]]],[[15,15],[[35,[24]]]],[[16,16],[[35,[24]]]],[[17,17],[[35,[24]]]],[[18,18],[[35,[24]]]],[[19,19],[[35,[24]]]],[[20,20],[[35,[24]]]],[[21,21],[[35,[24]]]],[[22,22],[[35,[24]]]],[[23,23],[[35,[24]]]],[[11,36],4],[[12,36],4],[[13,36],4],[[14,36],4],[[15,36],4],[[16,36],4],[[17,36],4],[[18,36],4],[[19,36],4],[[20,36],4],[[21,36],4],[[22,36],4],[[23,36],4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],37],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9],[[],9]],"c":[],"p":[[3,"CxxAutoEntry"],[15,"str"],[8,"Deserializer"],[4,"Result"],[3,"CxxAutoArtifactInfo"],[3,"Path"],[3,"File"],[6,"BoxResult"],[3,"TypeId"],[15,"slice"],[3,"c_char"],[3,"c_int"],[3,"c_long"],[3,"c_longlong"],[3,"c_schar"],[3,"c_short"],[3,"c_uchar"],[3,"c_uint"],[3,"c_ulong"],[3,"c_ulonglong"],[3,"c_ushort"],[3,"c_off_t"],[3,"c_time_t"],[4,"Ordering"],[15,"bool"],[3,"Formatter"],[6,"Result"],[4,"c_void"],[3,"c_void"],[15,"char"],[6,"c_char"],[6,"c_schar"],[15,"u8"],[8,"Hasher"],[4,"Option"],[8,"Serializer"],[3,"String"]]}\ }'); if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)}; if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};