Struct classicube_sys::_ProtocolData
source ·
[−]#[repr(C)]pub struct _ProtocolData {
pub Sizes: [cc_uint16; 256],
pub Handlers: [Net_Handler; 256],
}Fields
Sizes: [cc_uint16; 256]Handlers: [Net_Handler; 256]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _ProtocolData
impl Send for _ProtocolData
impl Sync for _ProtocolData
impl Unpin for _ProtocolData
impl UnwindSafe for _ProtocolData
Blanket Implementations
Mutably borrows from an owned value. Read more
