pub struct PutStillRequest {
pub port: u32,
pub drawable: u32,
pub gc: u32,
pub vid_x: i16,
pub vid_y: i16,
pub vid_w: u16,
pub vid_h: u16,
pub drw_x: i16,
pub drw_y: i16,
pub drw_w: u16,
pub drw_h: u16,
}Fields§
§port: u32§drawable: u32§gc: u32§vid_x: i16§vid_y: i16§vid_w: u16§vid_h: u16§drw_x: i16§drw_y: i16§drw_w: u16§drw_h: u16Implementations§
Trait Implementations§
Source§impl Clone for PutStillRequest
impl Clone for PutStillRequest
Source§fn clone(&self) -> PutStillRequest
fn clone(&self) -> PutStillRequest
Returns a duplicate 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 PutStillRequest
impl Debug for PutStillRequest
Source§impl Default for PutStillRequest
impl Default for PutStillRequest
Source§fn default() -> PutStillRequest
fn default() -> PutStillRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PutStillRequest
impl Hash for PutStillRequest
Source§impl Ord for PutStillRequest
impl Ord for PutStillRequest
Source§fn cmp(&self, other: &PutStillRequest) -> Ordering
fn cmp(&self, other: &PutStillRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PutStillRequest
impl PartialEq for PutStillRequest
Source§impl PartialOrd for PutStillRequest
impl PartialOrd for PutStillRequest
Source§impl Request for PutStillRequest
impl Request for PutStillRequest
impl Copy for PutStillRequest
impl Eq for PutStillRequest
impl StructuralPartialEq for PutStillRequest
impl VoidRequest for PutStillRequest
Auto Trait Implementations§
impl Freeze for PutStillRequest
impl RefUnwindSafe for PutStillRequest
impl Send for PutStillRequest
impl Sync for PutStillRequest
impl Unpin for PutStillRequest
impl UnwindSafe for PutStillRequest
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