pub struct OpenConnectionReply1 {
pub server_guid: u64,
pub mtu: u16,
pub cookie: Option<u32>,
pub magic: Magic,
}Fields§
§server_guid: u64§mtu: u16§magic: MagicTrait Implementations§
Source§impl Clone for OpenConnectionReply1
impl Clone for OpenConnectionReply1
Source§fn clone(&self) -> OpenConnectionReply1
fn clone(&self) -> OpenConnectionReply1
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 moreAuto Trait Implementations§
impl Freeze for OpenConnectionReply1
impl RefUnwindSafe for OpenConnectionReply1
impl Send for OpenConnectionReply1
impl Sync for OpenConnectionReply1
impl Unpin for OpenConnectionReply1
impl UnsafeUnpin for OpenConnectionReply1
impl UnwindSafe for OpenConnectionReply1
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