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