#[repr(C)]pub struct rbs_allocator {
pub page: *mut rbs_allocator_page,
pub default_page_payload_size: usize,
}Fields§
§page: *mut rbs_allocator_page§default_page_payload_size: usizeTrait Implementations§
Source§impl Clone for rbs_allocator
impl Clone for rbs_allocator
Source§fn clone(&self) -> rbs_allocator
fn clone(&self) -> rbs_allocator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for rbs_allocator
impl Debug for rbs_allocator
impl Copy for rbs_allocator
Auto Trait Implementations§
impl Freeze for rbs_allocator
impl RefUnwindSafe for rbs_allocator
impl !Send for rbs_allocator
impl !Sync for rbs_allocator
impl Unpin for rbs_allocator
impl UnsafeUnpin for rbs_allocator
impl UnwindSafe for rbs_allocator
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