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