[][src]Struct cpp_std::AllocatorOfU16

#[repr(C)]
pub struct AllocatorOfU16 { /* fields omitted */ }

C++ class: std::allocator<uint16_t>.

Methods

impl AllocatorOfU16[src]

pub unsafe fn copy_from(
    &mut self,
    other: impl CastInto<Ref<AllocatorOfU16>>
) -> MutRef<AllocatorOfU16>
[src]

Calls C++ function: std::allocator<uint16_t>& std::allocator<uint16_t>::operator=(const std::allocator<uint16_t>& other).

pub unsafe fn new() -> CppBox<AllocatorOfU16>[src]

Calls C++ function: [constructor] void std::allocator<uint16_t>::allocator().

pub unsafe fn new_copy(
    a: impl CastInto<Ref<AllocatorOfU16>>
) -> CppBox<AllocatorOfU16>
[src]

Calls C++ function: [constructor] void std::allocator<uint16_t>::allocator(const std::allocator<uint16_t>& __a).

Trait Implementations

impl PartialEq<Ref<AllocatorOfU16>> for AllocatorOfU16[src]

fn eq(&self, arg2: &Ref<AllocatorOfU16>) -> bool[src]

Calls C++ function: bool std::operator==(const std::allocator<uint16_t>& arg1, const std::allocator<uint16_t>& arg2).

impl CppDeletable for AllocatorOfU16[src]

unsafe fn delete(&mut self)[src]

Calls C++ function: [destructor] void std::allocator<uint16_t>::~allocator().

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]