pub struct SwitchServer {
pub time: i32,
}Expand description
#103: BANCHO_SWITCH_SERVER
Fields§
§time: i32Implementations§
Trait Implementations§
Source§impl BanchoPacket for SwitchServer
impl BanchoPacket for SwitchServer
Source§impl BanchoPacketLength for SwitchServer
impl BanchoPacketLength for SwitchServer
Source§impl Clone for SwitchServer
impl Clone for SwitchServer
Source§fn clone(&self) -> SwitchServer
fn clone(&self) -> SwitchServer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SwitchServer
impl Debug for SwitchServer
Source§impl Default for SwitchServer
impl Default for SwitchServer
Source§fn default() -> SwitchServer
fn default() -> SwitchServer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SwitchServer
impl RefUnwindSafe for SwitchServer
impl Send for SwitchServer
impl Sync for SwitchServer
impl Unpin for SwitchServer
impl UnsafeUnpin for SwitchServer
impl UnwindSafe for SwitchServer
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