#[repr(C)]pub struct TempAllocatorO {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for TempAllocatorO
impl Clone for TempAllocatorO
Source§fn clone(&self) -> TempAllocatorO
fn clone(&self) -> TempAllocatorO
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 Default for TempAllocatorO
impl Default for TempAllocatorO
Source§fn default() -> TempAllocatorO
fn default() -> TempAllocatorO
Returns the “default value” for a type. Read more
impl Copy for TempAllocatorO
Auto Trait Implementations§
impl Freeze for TempAllocatorO
impl RefUnwindSafe for TempAllocatorO
impl Send for TempAllocatorO
impl Sync for TempAllocatorO
impl Unpin for TempAllocatorO
impl UnwindSafe for TempAllocatorO
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