#[repr(C)]pub struct AllocatorOfU64 { /* private fields */ }Expand description
C++ class: std::allocator<uint64_t>.
Implementations§
Source§impl AllocatorOfU64
impl AllocatorOfU64
Sourcepub unsafe fn copy_from(
&mut self,
other: impl CastInto<Ref<AllocatorOfU64>>,
) -> MutRef<AllocatorOfU64>
pub unsafe fn copy_from( &mut self, other: impl CastInto<Ref<AllocatorOfU64>>, ) -> MutRef<AllocatorOfU64>
Calls C++ function: std::allocator<uint64_t>& std::allocator<uint64_t>::operator=(const std::allocator<uint64_t>& other).
Sourcepub unsafe fn new() -> CppBox<AllocatorOfU64>
pub unsafe fn new() -> CppBox<AllocatorOfU64>
Calls C++ function: [constructor] void std::allocator<uint64_t>::allocator().
Sourcepub unsafe fn new_copy(
a: impl CastInto<Ref<AllocatorOfU64>>,
) -> CppBox<AllocatorOfU64>
pub unsafe fn new_copy( a: impl CastInto<Ref<AllocatorOfU64>>, ) -> CppBox<AllocatorOfU64>
Calls C++ function: [constructor] void std::allocator<uint64_t>::allocator(const std::allocator<uint64_t>& __a).
Trait Implementations§
Source§impl CppDeletable for AllocatorOfU64
impl CppDeletable for AllocatorOfU64
Source§impl PartialEq<Ref<AllocatorOfU64>> for AllocatorOfU64
impl PartialEq<Ref<AllocatorOfU64>> for AllocatorOfU64
Auto Trait Implementations§
impl Freeze for AllocatorOfU64
impl RefUnwindSafe for AllocatorOfU64
impl Send for AllocatorOfU64
impl Sync for AllocatorOfU64
impl Unpin for AllocatorOfU64
impl UnwindSafe for AllocatorOfU64
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