[][src]Struct cpp_std::AllocatorOfLonglong

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

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

Methods

impl AllocatorOfLonglong[src]

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

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

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

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

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

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

Trait Implementations

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

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

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

impl CppDeletable for AllocatorOfLonglong[src]

unsafe fn delete(&mut self)[src]

Calls C++ function: [destructor] void std::allocator<long long>::~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]