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