Struct libvnc_sys::rfb::rfbXvpMsg
source · #[repr(C)]pub struct rfbXvpMsg {
pub type_: u8,
pub pad: u8,
pub version: u8,
pub code: u8,
}Fields§
§type_: u8§pad: u8§version: u8§code: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for rfbXvpMsg
impl RefUnwindSafe for rfbXvpMsg
impl Send for rfbXvpMsg
impl Sync for rfbXvpMsg
impl Unpin for rfbXvpMsg
impl UnwindSafe for rfbXvpMsg
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