Struct MODEMDEVCAPS_DIAL_OPTIONS
#[repr(transparent)]pub struct MODEMDEVCAPS_DIAL_OPTIONS(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for MODEMDEVCAPS_DIAL_OPTIONS
impl BitAnd for MODEMDEVCAPS_DIAL_OPTIONS
§impl BitAndAssign for MODEMDEVCAPS_DIAL_OPTIONS
impl BitAndAssign for MODEMDEVCAPS_DIAL_OPTIONS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for MODEMDEVCAPS_DIAL_OPTIONS
impl BitOr for MODEMDEVCAPS_DIAL_OPTIONS
§impl BitOrAssign for MODEMDEVCAPS_DIAL_OPTIONS
impl BitOrAssign for MODEMDEVCAPS_DIAL_OPTIONS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for MODEMDEVCAPS_DIAL_OPTIONS
impl Clone for MODEMDEVCAPS_DIAL_OPTIONS
§fn clone(&self) -> MODEMDEVCAPS_DIAL_OPTIONS
fn clone(&self) -> MODEMDEVCAPS_DIAL_OPTIONS
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 MODEMDEVCAPS_DIAL_OPTIONS
impl Debug for MODEMDEVCAPS_DIAL_OPTIONS
§impl Default for MODEMDEVCAPS_DIAL_OPTIONS
impl Default for MODEMDEVCAPS_DIAL_OPTIONS
§fn default() -> MODEMDEVCAPS_DIAL_OPTIONS
fn default() -> MODEMDEVCAPS_DIAL_OPTIONS
Returns the “default value” for a type. Read more
§impl Not for MODEMDEVCAPS_DIAL_OPTIONS
impl Not for MODEMDEVCAPS_DIAL_OPTIONS
§impl PartialEq for MODEMDEVCAPS_DIAL_OPTIONS
impl PartialEq for MODEMDEVCAPS_DIAL_OPTIONS
impl Copy for MODEMDEVCAPS_DIAL_OPTIONS
impl Eq for MODEMDEVCAPS_DIAL_OPTIONS
impl StructuralPartialEq for MODEMDEVCAPS_DIAL_OPTIONS
Auto Trait Implementations§
impl Freeze for MODEMDEVCAPS_DIAL_OPTIONS
impl RefUnwindSafe for MODEMDEVCAPS_DIAL_OPTIONS
impl Send for MODEMDEVCAPS_DIAL_OPTIONS
impl Sync for MODEMDEVCAPS_DIAL_OPTIONS
impl Unpin for MODEMDEVCAPS_DIAL_OPTIONS
impl UnwindSafe for MODEMDEVCAPS_DIAL_OPTIONS
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