Struct win_sys::SystemServices::CFE_UNDERLINE
source · [−]#[repr(transparent)]pub struct CFE_UNDERLINE(pub u32);Expand description
Required features: ‘Win32_System_SystemServices’
Tuple Fields
0: u32Trait Implementations
sourceimpl BitAnd<CFE_UNDERLINE> for CFE_UNDERLINE
impl BitAnd<CFE_UNDERLINE> for CFE_UNDERLINE
type Output = CFE_UNDERLINE
type Output = CFE_UNDERLINE
The resulting type after applying the & operator.
sourcepub fn bitand(self, other: CFE_UNDERLINE) -> CFE_UNDERLINE
pub fn bitand(self, other: CFE_UNDERLINE) -> CFE_UNDERLINE
Performs the & operation. Read more
sourceimpl BitAndAssign<CFE_UNDERLINE> for CFE_UNDERLINE
impl BitAndAssign<CFE_UNDERLINE> for CFE_UNDERLINE
sourcepub fn bitand_assign(&mut self, other: CFE_UNDERLINE)
pub fn bitand_assign(&mut self, other: CFE_UNDERLINE)
Performs the &= operation. Read more
sourceimpl BitOr<CFE_UNDERLINE> for CFE_UNDERLINE
impl BitOr<CFE_UNDERLINE> for CFE_UNDERLINE
type Output = CFE_UNDERLINE
type Output = CFE_UNDERLINE
The resulting type after applying the | operator.
sourcepub fn bitor(self, other: CFE_UNDERLINE) -> CFE_UNDERLINE
pub fn bitor(self, other: CFE_UNDERLINE) -> CFE_UNDERLINE
Performs the | operation. Read more
sourceimpl BitOrAssign<CFE_UNDERLINE> for CFE_UNDERLINE
impl BitOrAssign<CFE_UNDERLINE> for CFE_UNDERLINE
sourcepub fn bitor_assign(&mut self, other: CFE_UNDERLINE)
pub fn bitor_assign(&mut self, other: CFE_UNDERLINE)
Performs the |= operation. Read more
sourceimpl Clone for CFE_UNDERLINE
impl Clone for CFE_UNDERLINE
sourcepub fn clone(&self) -> CFE_UNDERLINE
pub fn clone(&self) -> CFE_UNDERLINE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CFE_UNDERLINE
impl Debug for CFE_UNDERLINE
sourceimpl Default for CFE_UNDERLINE
impl Default for CFE_UNDERLINE
sourcepub fn default() -> CFE_UNDERLINE
pub fn default() -> CFE_UNDERLINE
Returns the “default value” for a type. Read more
sourceimpl Not for CFE_UNDERLINE
impl Not for CFE_UNDERLINE
type Output = CFE_UNDERLINE
type Output = CFE_UNDERLINE
The resulting type after applying the ! operator.
sourcepub fn not(self) -> CFE_UNDERLINE
pub fn not(self) -> CFE_UNDERLINE
Performs the unary ! operation. Read more
sourceimpl PartialEq<CFE_UNDERLINE> for CFE_UNDERLINE
impl PartialEq<CFE_UNDERLINE> for CFE_UNDERLINE
sourcepub fn eq(&self, other: &CFE_UNDERLINE) -> bool
pub fn eq(&self, other: &CFE_UNDERLINE) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &CFE_UNDERLINE) -> bool
pub fn ne(&self, other: &CFE_UNDERLINE) -> bool
This method tests for !=.
impl Copy for CFE_UNDERLINE
impl Eq for CFE_UNDERLINE
impl StructuralEq for CFE_UNDERLINE
impl StructuralPartialEq for CFE_UNDERLINE
Auto Trait Implementations
impl RefUnwindSafe for CFE_UNDERLINE
impl Send for CFE_UNDERLINE
impl Sync for CFE_UNDERLINE
impl Unpin for CFE_UNDERLINE
impl UnwindSafe for CFE_UNDERLINE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more