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