#[repr(C)]pub struct rbs_allocator_page {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for rbs_allocator_page
impl Clone for rbs_allocator_page
Source§fn clone(&self) -> rbs_allocator_page
fn clone(&self) -> rbs_allocator_page
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_page
impl Debug for rbs_allocator_page
impl Copy for rbs_allocator_page
Auto Trait Implementations§
impl Freeze for rbs_allocator_page
impl RefUnwindSafe for rbs_allocator_page
impl Send for rbs_allocator_page
impl Sync for rbs_allocator_page
impl Unpin for rbs_allocator_page
impl UnsafeUnpin for rbs_allocator_page
impl UnwindSafe for rbs_allocator_page
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