#[non_exhaustive]pub struct PlatformEventLoopStarted<'a> {
pub local_address: SocketAddress<'a>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.local_address: SocketAddress<'a>The local address of the socket
Trait Implementations§
Source§impl<'a> Clone for PlatformEventLoopStarted<'a>
impl<'a> Clone for PlatformEventLoopStarted<'a>
Source§fn clone(&self) -> PlatformEventLoopStarted<'a>
fn clone(&self) -> PlatformEventLoopStarted<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PlatformEventLoopStarted<'a>
impl<'a> Debug for PlatformEventLoopStarted<'a>
Source§impl<'a> Event for PlatformEventLoopStarted<'a>
impl<'a> Event for PlatformEventLoopStarted<'a>
Source§impl<'a> IntoEvent<PlatformEventLoopStarted<'a>> for PlatformEventLoopStarted<'a>
impl<'a> IntoEvent<PlatformEventLoopStarted<'a>> for PlatformEventLoopStarted<'a>
fn into_event(self) -> PlatformEventLoopStarted<'a>
Auto Trait Implementations§
impl<'a> Freeze for PlatformEventLoopStarted<'a>
impl<'a> RefUnwindSafe for PlatformEventLoopStarted<'a>
impl<'a> Send for PlatformEventLoopStarted<'a>
impl<'a> Sync for PlatformEventLoopStarted<'a>
impl<'a> Unpin for PlatformEventLoopStarted<'a>
impl<'a> UnwindSafe for PlatformEventLoopStarted<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)