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