#[repr(transparent)]pub struct PosConnectionTypes(pub u32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: u32
Implementations
impl PosConnectionTypes
impl PosConnectionTypes
Trait Implementations
impl Clone for PosConnectionTypes
impl Clone for PosConnectionTypes
impl Copy for PosConnectionTypes
Auto Trait Implementations
impl RefUnwindSafe for PosConnectionTypes
impl Send for PosConnectionTypes
impl Sync for PosConnectionTypes
impl Unpin for PosConnectionTypes
impl UnwindSafe for PosConnectionTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more