pub struct AuthConnectionRequest {
pub screen: u32,
pub magic: u32,
}
Fields§
§screen: u32
§magic: u32
Implementations§
Trait Implementations§
Source§impl Clone for AuthConnectionRequest
impl Clone for AuthConnectionRequest
Source§fn clone(&self) -> AuthConnectionRequest
fn clone(&self) -> AuthConnectionRequest
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 AuthConnectionRequest
impl Debug for AuthConnectionRequest
Source§impl Default for AuthConnectionRequest
impl Default for AuthConnectionRequest
Source§fn default() -> AuthConnectionRequest
fn default() -> AuthConnectionRequest
Returns the “default value” for a type. Read more
Source§impl Hash for AuthConnectionRequest
impl Hash for AuthConnectionRequest
Source§impl Ord for AuthConnectionRequest
impl Ord for AuthConnectionRequest
Source§fn cmp(&self, other: &AuthConnectionRequest) -> Ordering
fn cmp(&self, other: &AuthConnectionRequest) -> 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 AuthConnectionRequest
impl PartialEq for AuthConnectionRequest
Source§impl PartialOrd for AuthConnectionRequest
impl PartialOrd for AuthConnectionRequest
Source§impl ReplyRequest for AuthConnectionRequest
impl ReplyRequest for AuthConnectionRequest
Source§type Reply = AuthConnectionReply
type Reply = AuthConnectionReply
The kind of reply that this request generates.
Source§impl Request for AuthConnectionRequest
impl Request for AuthConnectionRequest
impl Copy for AuthConnectionRequest
impl Eq for AuthConnectionRequest
impl StructuralPartialEq for AuthConnectionRequest
Auto Trait Implementations§
impl Freeze for AuthConnectionRequest
impl RefUnwindSafe for AuthConnectionRequest
impl Send for AuthConnectionRequest
impl Sync for AuthConnectionRequest
impl Unpin for AuthConnectionRequest
impl UnwindSafe for AuthConnectionRequest
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