pub struct ProxyPort(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl PartialEq for ProxyPort
impl PartialEq for ProxyPort
impl Copy for ProxyPort
impl Eq for ProxyPort
impl StructuralPartialEq for ProxyPort
Auto Trait Implementations§
impl Freeze for ProxyPort
impl RefUnwindSafe for ProxyPort
impl Send for ProxyPort
impl Sync for ProxyPort
impl Unpin for ProxyPort
impl UnwindSafe for ProxyPort
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