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