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