pub struct ConnectionTarget {
pub vp: u32,
pub sint: u8,
}
Fields§
§vp: u32
§sint: u8
Trait Implementations§
Source§impl Clone for ConnectionTarget
impl Clone for ConnectionTarget
Source§fn clone(&self) -> ConnectionTarget
fn clone(&self) -> ConnectionTarget
Returns a copy 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 ConnectionTarget
impl Debug for ConnectionTarget
Source§impl Inspect for ConnectionTarget
impl Inspect for ConnectionTarget
Source§impl PartialEq for ConnectionTarget
impl PartialEq for ConnectionTarget
impl Copy for ConnectionTarget
impl Eq for ConnectionTarget
impl StructuralPartialEq for ConnectionTarget
Auto Trait Implementations§
impl Freeze for ConnectionTarget
impl RefUnwindSafe for ConnectionTarget
impl Send for ConnectionTarget
impl Sync for ConnectionTarget
impl Unpin for ConnectionTarget
impl UnwindSafe for ConnectionTarget
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