Struct x11rb_protocol::protocol::randr::GetPanningReply
source · pub struct GetPanningReply {Show 16 fields
pub status: SetConfig,
pub sequence: u16,
pub length: u32,
pub timestamp: Timestamp,
pub left: u16,
pub top: u16,
pub width: u16,
pub height: u16,
pub track_left: u16,
pub track_top: u16,
pub track_width: u16,
pub track_height: u16,
pub border_left: i16,
pub border_top: i16,
pub border_right: i16,
pub border_bottom: i16,
}
Fields§
§status: SetConfig
§sequence: u16
§length: u32
§timestamp: Timestamp
§left: u16
§top: u16
§width: u16
§height: u16
§track_left: u16
§track_top: u16
§track_width: u16
§track_height: u16
§border_left: i16
§border_top: i16
§border_right: i16
§border_bottom: i16
Trait Implementations§
source§impl Clone for GetPanningReply
impl Clone for GetPanningReply
source§fn clone(&self) -> GetPanningReply
fn clone(&self) -> GetPanningReply
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 GetPanningReply
impl Debug for GetPanningReply
source§impl Default for GetPanningReply
impl Default for GetPanningReply
source§fn default() -> GetPanningReply
fn default() -> GetPanningReply
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetPanningReply
impl<'de> Deserialize<'de> for GetPanningReply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<GetPanningReply> for Reply
impl From<GetPanningReply> for Reply
source§fn from(reply: GetPanningReply) -> Reply
fn from(reply: GetPanningReply) -> Reply
Converts to this type from the input type.
source§impl Hash for GetPanningReply
impl Hash for GetPanningReply
source§impl Ord for GetPanningReply
impl Ord for GetPanningReply
source§fn cmp(&self, other: &GetPanningReply) -> Ordering
fn cmp(&self, other: &GetPanningReply) -> 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 GetPanningReply
impl PartialEq for GetPanningReply
source§fn eq(&self, other: &GetPanningReply) -> bool
fn eq(&self, other: &GetPanningReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GetPanningReply
impl PartialOrd for GetPanningReply
source§fn partial_cmp(&self, other: &GetPanningReply) -> Option<Ordering>
fn partial_cmp(&self, other: &GetPanningReply) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for GetPanningReply
impl Serialize for GetPanningReply
source§impl Serialize for GetPanningReply
impl Serialize for GetPanningReply
source§impl TryParse for GetPanningReply
impl TryParse for GetPanningReply
impl Copy for GetPanningReply
impl Eq for GetPanningReply
impl StructuralPartialEq for GetPanningReply
Auto Trait Implementations§
impl Freeze for GetPanningReply
impl RefUnwindSafe for GetPanningReply
impl Send for GetPanningReply
impl Sync for GetPanningReply
impl Unpin for GetPanningReply
impl UnwindSafe for GetPanningReply
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
source§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
source§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<RawFdContainer>
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<RawFdContainer> ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more