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