Struct fast_protocol::datatypes::packets::LoginDataStruct
source · pub struct LoginDataStruct(/* private fields */);Expand description
Data struct, used to represent data, that gets send to the client if the login is successful
Trait Implementations§
source§impl DataWriter for LoginDataStruct
impl DataWriter for LoginDataStruct
Auto Trait Implementations§
impl Freeze for LoginDataStruct
impl RefUnwindSafe for LoginDataStruct
impl Send for LoginDataStruct
impl Sync for LoginDataStruct
impl Unpin for LoginDataStruct
impl UnwindSafe for LoginDataStruct
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