#[repr(transparent)]pub struct EXTCONN(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl EXTCONN
impl EXTCONN
pub const EXTCONN_STRONG: Self
pub const EXTCONN_WEAK: Self
pub const EXTCONN_CALLABLE: Self
Trait Implementations§
Source§impl Abi for EXTCONN
impl Abi for EXTCONN
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