pub struct IsCreated;
Expand description
Initial state of a GnsSocket
.
This state represent a socket that has not been used as a Server or Client implementation.
Consequently, the state is empty.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IsCreated
impl Send for IsCreated
impl Sync for IsCreated
impl Unpin for IsCreated
impl UnwindSafe for IsCreated
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more