#[repr(C)]pub struct UpdateWindowRequest {
pub window_id: u64,
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
pub data_len: u32,
}Expand description
Window update request
Fields§
§window_id: u64§x: u32§y: u32§width: u32§height: u32§data_len: u32Trait Implementations§
Source§impl Clone for UpdateWindowRequest
impl Clone for UpdateWindowRequest
Source§fn clone(&self) -> UpdateWindowRequest
fn clone(&self) -> UpdateWindowRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateWindowRequest
impl Debug for UpdateWindowRequest
impl Copy for UpdateWindowRequest
Auto Trait Implementations§
impl Freeze for UpdateWindowRequest
impl RefUnwindSafe for UpdateWindowRequest
impl Send for UpdateWindowRequest
impl Sync for UpdateWindowRequest
impl Unpin for UpdateWindowRequest
impl UnwindSafe for UpdateWindowRequest
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)