Struct wisp_mux::WispVersion
source · pub struct WispVersion {
pub major: u8,
pub minor: u8,
}Expand description
Wisp version sent in the handshake.
Fields§
§major: u8Major Wisp version according to semver.
minor: u8Minor Wisp version according to semver.
Trait Implementations§
source§impl Clone for WispVersion
impl Clone for WispVersion
source§fn clone(&self) -> WispVersion
fn clone(&self) -> WispVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WispVersion
impl RefUnwindSafe for WispVersion
impl Send for WispVersion
impl Sync for WispVersion
impl Unpin for WispVersion
impl UnwindSafe for WispVersion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)