Struct DEBUG_POOL_REGION
#[repr(transparent)]pub struct DEBUG_POOL_REGION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DEBUG_POOL_REGION
impl Clone for DEBUG_POOL_REGION
§fn clone(&self) -> DEBUG_POOL_REGION
fn clone(&self) -> DEBUG_POOL_REGION
Returns a copy 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 more§impl Debug for DEBUG_POOL_REGION
impl Debug for DEBUG_POOL_REGION
§impl Default for DEBUG_POOL_REGION
impl Default for DEBUG_POOL_REGION
§fn default() -> DEBUG_POOL_REGION
fn default() -> DEBUG_POOL_REGION
Returns the “default value” for a type. Read more
§impl PartialEq for DEBUG_POOL_REGION
impl PartialEq for DEBUG_POOL_REGION
impl Copy for DEBUG_POOL_REGION
impl Eq for DEBUG_POOL_REGION
impl StructuralPartialEq for DEBUG_POOL_REGION
Auto Trait Implementations§
impl Freeze for DEBUG_POOL_REGION
impl RefUnwindSafe for DEBUG_POOL_REGION
impl Send for DEBUG_POOL_REGION
impl Sync for DEBUG_POOL_REGION
impl Unpin for DEBUG_POOL_REGION
impl UnwindSafe for DEBUG_POOL_REGION
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