Struct windows::Win32::System::SystemServices::CFE_UNDERLINE
#[repr(transparent)]pub struct CFE_UNDERLINE(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl CFE_UNDERLINE
impl CFE_UNDERLINE
Trait Implementations§
§impl BitAnd for CFE_UNDERLINE
impl BitAnd for CFE_UNDERLINE
§impl BitAndAssign for CFE_UNDERLINE
impl BitAndAssign for CFE_UNDERLINE
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for CFE_UNDERLINE
impl BitOr for CFE_UNDERLINE
§impl BitOrAssign for CFE_UNDERLINE
impl BitOrAssign for CFE_UNDERLINE
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for CFE_UNDERLINE
impl Clone for CFE_UNDERLINE
§fn clone(&self) -> CFE_UNDERLINE
fn clone(&self) -> CFE_UNDERLINE
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 CFE_UNDERLINE
impl Debug for CFE_UNDERLINE
§impl Default for CFE_UNDERLINE
impl Default for CFE_UNDERLINE
§fn default() -> CFE_UNDERLINE
fn default() -> CFE_UNDERLINE
Returns the “default value” for a type. Read more
§impl Not for CFE_UNDERLINE
impl Not for CFE_UNDERLINE
§impl PartialEq for CFE_UNDERLINE
impl PartialEq for CFE_UNDERLINE
§fn eq(&self, other: &CFE_UNDERLINE) -> bool
fn eq(&self, other: &CFE_UNDERLINE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CFE_UNDERLINE
impl Eq for CFE_UNDERLINE
impl StructuralPartialEq for CFE_UNDERLINE
Auto Trait Implementations§
impl Freeze for CFE_UNDERLINE
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)