Struct libvnc_sys::rfb::rfbClientInitMsg
source · #[repr(C)]pub struct rfbClientInitMsg {
pub shared: u8,
}Fields§
Trait Implementations§
source§impl Clone for rfbClientInitMsg
impl Clone for rfbClientInitMsg
source§fn clone(&self) -> rfbClientInitMsg
fn clone(&self) -> rfbClientInitMsg
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 rfbClientInitMsg
impl Debug for rfbClientInitMsg
impl Copy for rfbClientInitMsg
Auto Trait Implementations§
impl Freeze for rfbClientInitMsg
impl RefUnwindSafe for rfbClientInitMsg
impl Send for rfbClientInitMsg
impl Sync for rfbClientInitMsg
impl Unpin for rfbClientInitMsg
impl UnwindSafe for rfbClientInitMsg
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