#[repr(transparent)]pub struct C4SocketFraming(pub u8);Tuple Fields§
§0: u8Implementations§
Source§impl C4SocketFraming
impl C4SocketFraming
pub const kC4WebSocketClientFraming: C4SocketFraming
pub const kC4NoFraming: C4SocketFraming
pub const kC4WebSocketServerFraming: C4SocketFraming
Trait Implementations§
Source§impl Clone for C4SocketFraming
impl Clone for C4SocketFraming
Source§fn clone(&self) -> C4SocketFraming
fn clone(&self) -> C4SocketFraming
Returns a duplicate 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 moreSource§impl Debug for C4SocketFraming
impl Debug for C4SocketFraming
Source§impl Hash for C4SocketFraming
impl Hash for C4SocketFraming
Source§impl PartialEq for C4SocketFraming
impl PartialEq for C4SocketFraming
impl Copy for C4SocketFraming
impl Eq for C4SocketFraming
impl StructuralPartialEq for C4SocketFraming
Auto Trait Implementations§
impl Freeze for C4SocketFraming
impl RefUnwindSafe for C4SocketFraming
impl Send for C4SocketFraming
impl Sync for C4SocketFraming
impl Unpin for C4SocketFraming
impl UnwindSafe for C4SocketFraming
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