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