pub struct ClientKey(pub [u8; 4]);Expand description
4-Byte ClientKey (Spec §7.7 ClientKey).
Tuple Fields§
§0: [u8; 4]Implementations§
Trait Implementations§
impl Copy for ClientKey
impl Eq for ClientKey
impl StructuralPartialEq for ClientKey
Auto Trait Implementations§
impl Freeze for ClientKey
impl RefUnwindSafe for ClientKey
impl Send for ClientKey
impl Sync for ClientKey
impl Unpin for ClientKey
impl UnsafeUnpin for ClientKey
impl UnwindSafe for ClientKey
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