Struct EPcxConnectionType
#[repr(transparent)]pub struct EPcxConnectionType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EPcxConnectionType
impl Clone for EPcxConnectionType
§fn clone(&self) -> EPcxConnectionType
fn clone(&self) -> EPcxConnectionType
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 EPcxConnectionType
impl Debug for EPcxConnectionType
§impl Default for EPcxConnectionType
impl Default for EPcxConnectionType
§fn default() -> EPcxConnectionType
fn default() -> EPcxConnectionType
Returns the “default value” for a type. Read more
§impl PartialEq for EPcxConnectionType
impl PartialEq for EPcxConnectionType
impl Copy for EPcxConnectionType
impl Eq for EPcxConnectionType
impl StructuralPartialEq for EPcxConnectionType
Auto Trait Implementations§
impl Freeze for EPcxConnectionType
impl RefUnwindSafe for EPcxConnectionType
impl Send for EPcxConnectionType
impl Sync for EPcxConnectionType
impl Unpin for EPcxConnectionType
impl UnwindSafe for EPcxConnectionType
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