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