#[repr(transparent)]pub struct DDE_NAME_SERVICE_CMD(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl BitAnd for DDE_NAME_SERVICE_CMD
impl BitAnd for DDE_NAME_SERVICE_CMD
Source§type Output = DDE_NAME_SERVICE_CMD
type Output = DDE_NAME_SERVICE_CMD
The resulting type after applying the
&
operator.Source§fn bitand(self, rhs: DDE_NAME_SERVICE_CMD) -> DDE_NAME_SERVICE_CMD
fn bitand(self, rhs: DDE_NAME_SERVICE_CMD) -> DDE_NAME_SERVICE_CMD
Performs the
&
operation. Read moreSource§impl BitAndAssign for DDE_NAME_SERVICE_CMD
impl BitAndAssign for DDE_NAME_SERVICE_CMD
Source§fn bitand_assign(&mut self, rhs: DDE_NAME_SERVICE_CMD)
fn bitand_assign(&mut self, rhs: DDE_NAME_SERVICE_CMD)
Performs the
&=
operation. Read moreSource§impl BitOr for DDE_NAME_SERVICE_CMD
impl BitOr for DDE_NAME_SERVICE_CMD
Source§type Output = DDE_NAME_SERVICE_CMD
type Output = DDE_NAME_SERVICE_CMD
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: DDE_NAME_SERVICE_CMD) -> DDE_NAME_SERVICE_CMD
fn bitor(self, rhs: DDE_NAME_SERVICE_CMD) -> DDE_NAME_SERVICE_CMD
Performs the
|
operation. Read moreSource§impl BitOrAssign for DDE_NAME_SERVICE_CMD
impl BitOrAssign for DDE_NAME_SERVICE_CMD
Source§fn bitor_assign(&mut self, rhs: DDE_NAME_SERVICE_CMD)
fn bitor_assign(&mut self, rhs: DDE_NAME_SERVICE_CMD)
Performs the
|=
operation. Read moreSource§impl Clone for DDE_NAME_SERVICE_CMD
impl Clone for DDE_NAME_SERVICE_CMD
Source§fn clone(&self) -> DDE_NAME_SERVICE_CMD
fn clone(&self) -> DDE_NAME_SERVICE_CMD
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 moreSource§impl Debug for DDE_NAME_SERVICE_CMD
impl Debug for DDE_NAME_SERVICE_CMD
Source§impl Default for DDE_NAME_SERVICE_CMD
impl Default for DDE_NAME_SERVICE_CMD
Source§fn default() -> DDE_NAME_SERVICE_CMD
fn default() -> DDE_NAME_SERVICE_CMD
Returns the “default value” for a type. Read more
Source§impl From<u32> for DDE_NAME_SERVICE_CMD
impl From<u32> for DDE_NAME_SERVICE_CMD
Source§fn from(value: u32) -> DDE_NAME_SERVICE_CMD
fn from(value: u32) -> DDE_NAME_SERVICE_CMD
Converts to this type from the input type.
Source§impl Not for DDE_NAME_SERVICE_CMD
impl Not for DDE_NAME_SERVICE_CMD
Source§type Output = DDE_NAME_SERVICE_CMD
type Output = DDE_NAME_SERVICE_CMD
The resulting type after applying the
!
operator.Source§fn not(self) -> DDE_NAME_SERVICE_CMD
fn not(self) -> DDE_NAME_SERVICE_CMD
Performs the unary
!
operation. Read moreSource§impl PartialEq for DDE_NAME_SERVICE_CMD
impl PartialEq for DDE_NAME_SERVICE_CMD
impl Copy for DDE_NAME_SERVICE_CMD
impl Eq for DDE_NAME_SERVICE_CMD
impl StructuralPartialEq for DDE_NAME_SERVICE_CMD
Auto Trait Implementations§
impl Freeze for DDE_NAME_SERVICE_CMD
impl RefUnwindSafe for DDE_NAME_SERVICE_CMD
impl Send for DDE_NAME_SERVICE_CMD
impl Sync for DDE_NAME_SERVICE_CMD
impl Unpin for DDE_NAME_SERVICE_CMD
impl UnwindSafe for DDE_NAME_SERVICE_CMD
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