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