#[repr(C)]pub struct AllocatorOfI64 { /* private fields */ }Expand description
C++ class: std::allocator<int64_t>.
Implementations§
Source§impl AllocatorOfI64
 
impl AllocatorOfI64
Sourcepub unsafe fn copy_from(
    &mut self,
    other: impl CastInto<Ref<AllocatorOfI64>>,
) -> MutRef<AllocatorOfI64>
 
pub unsafe fn copy_from( &mut self, other: impl CastInto<Ref<AllocatorOfI64>>, ) -> MutRef<AllocatorOfI64>
Calls C++ function: std::allocator<int64_t>& std::allocator<int64_t>::operator=(const std::allocator<int64_t>& other).
Sourcepub unsafe fn new() -> CppBox<AllocatorOfI64>
 
pub unsafe fn new() -> CppBox<AllocatorOfI64>
Calls C++ function: [constructor] void std::allocator<int64_t>::allocator().
Sourcepub unsafe fn new_copy(
    a: impl CastInto<Ref<AllocatorOfI64>>,
) -> CppBox<AllocatorOfI64>
 
pub unsafe fn new_copy( a: impl CastInto<Ref<AllocatorOfI64>>, ) -> CppBox<AllocatorOfI64>
Calls C++ function: [constructor] void std::allocator<int64_t>::allocator(const std::allocator<int64_t>& __a).
Trait Implementations§
Source§impl CppDeletable for AllocatorOfI64
 
impl CppDeletable for AllocatorOfI64
Source§impl PartialEq<Ref<AllocatorOfI64>> for AllocatorOfI64
 
impl PartialEq<Ref<AllocatorOfI64>> for AllocatorOfI64
Auto Trait Implementations§
impl Freeze for AllocatorOfI64
impl RefUnwindSafe for AllocatorOfI64
impl Send for AllocatorOfI64
impl Sync for AllocatorOfI64
impl Unpin for AllocatorOfI64
impl UnwindSafe for AllocatorOfI64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more