Struct EXTCONN
#[repr(transparent)]pub struct EXTCONN(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for EXTCONN
impl Eq for EXTCONN
impl StructuralPartialEq for EXTCONN
Auto Trait Implementations§
impl Freeze for EXTCONN
impl RefUnwindSafe for EXTCONN
impl Send for EXTCONN
impl Sync for EXTCONN
impl Unpin for EXTCONN
impl UnwindSafe for EXTCONN
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