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