Struct fast_protocol::datatypes::packets::LoginStart
source · pub struct LoginStart {
pub name: String,
pub uuid: UUID,
}Expand description
Packet used to start the login process
Fields§
§name: Stringusername of the player
uuid: UUIDuuid of the player
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoginStart
impl RefUnwindSafe for LoginStart
impl Send for LoginStart
impl Sync for LoginStart
impl Unpin for LoginStart
impl UnwindSafe for LoginStart
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