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