Struct x11rb::protocol::randr::GetPanningReply
source · pub struct GetPanningReply {Show 16 fields
pub status: SetConfig,
pub sequence: u16,
pub length: u32,
pub timestamp: u32,
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: u32
§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 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 Serialize for GetPanningReply
impl Serialize for GetPanningReply
source§impl TryParse for GetPanningReply
impl TryParse for GetPanningReply
source§fn try_parse(
initial_value: &[u8],
) -> Result<(GetPanningReply, &[u8]), ParseError>
fn try_parse( initial_value: &[u8], ) -> Result<(GetPanningReply, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy 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<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more