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