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§
source§impl Clone for _ProtocolData
impl Clone for _ProtocolData
source§fn clone(&self) -> _ProtocolData
fn clone(&self) -> _ProtocolData
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 moresource§impl Debug for _ProtocolData
impl Debug for _ProtocolData
source§impl Hash for _ProtocolData
impl Hash for _ProtocolData
source§impl PartialEq for _ProtocolData
impl PartialEq for _ProtocolData
source§fn eq(&self, other: &_ProtocolData) -> bool
fn eq(&self, other: &_ProtocolData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _ProtocolData
impl Eq for _ProtocolData
impl StructuralPartialEq for _ProtocolData
Auto Trait Implementations§
impl Freeze for _ProtocolData
impl RefUnwindSafe for _ProtocolData
impl Send for _ProtocolData
impl Sync for _ProtocolData
impl Unpin for _ProtocolData
impl UnwindSafe for _ProtocolData
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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)