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