pub struct EntityStatusResponse {
pub node_type: NodeType,
pub max_concurrent_sockets: [u8; 1],
pub currently_open_sockets: [u8; 1],
pub max_data_size: [u8; 4],
}Fields§
§node_type: NodeType§max_concurrent_sockets: [u8; 1]§currently_open_sockets: [u8; 1]§max_data_size: [u8; 4]Trait Implementations§
Source§impl Clone for EntityStatusResponse
impl Clone for EntityStatusResponse
Source§fn clone(&self) -> EntityStatusResponse
fn clone(&self) -> EntityStatusResponse
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 EntityStatusResponse
impl Debug for EntityStatusResponse
Source§impl FrameRead<'_> for EntityStatusResponse
impl FrameRead<'_> for EntityStatusResponse
Source§impl FrameWrite for EntityStatusResponse
impl FrameWrite for EntityStatusResponse
Source§impl Ord for EntityStatusResponse
impl Ord for EntityStatusResponse
Source§fn cmp(&self, other: &EntityStatusResponse) -> Ordering
fn cmp(&self, other: &EntityStatusResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EntityStatusResponse
impl PartialEq for EntityStatusResponse
Source§impl PartialOrd for EntityStatusResponse
impl PartialOrd for EntityStatusResponse
impl Eq for EntityStatusResponse
impl StructuralPartialEq for EntityStatusResponse
Auto Trait Implementations§
impl Freeze for EntityStatusResponse
impl RefUnwindSafe for EntityStatusResponse
impl Send for EntityStatusResponse
impl Sync for EntityStatusResponse
impl Unpin for EntityStatusResponse
impl UnsafeUnpin for EntityStatusResponse
impl UnwindSafe for EntityStatusResponse
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