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