Struct GetScreenResourcesCurrentReply
pub struct GetScreenResourcesCurrentReply {
pub sequence: u16,
pub length: u32,
pub timestamp: u32,
pub config_timestamp: u32,
pub crtcs: Vec<u32>,
pub outputs: Vec<u32>,
pub modes: Vec<ModeInfo>,
pub names: Vec<u8>,
}
Fields§
§sequence: u16
§length: u32
§timestamp: u32
§config_timestamp: u32
§crtcs: Vec<u32>
§outputs: Vec<u32>
§modes: Vec<ModeInfo>
§names: Vec<u8>
Implementations§
§impl GetScreenResourcesCurrentReply
impl GetScreenResourcesCurrentReply
pub fn num_crtcs(&self) -> u16
pub fn num_crtcs(&self) -> u16
Get the value of the num_crtcs
field.
The num_crtcs
field is used as the length field of the crtcs
field.
This function computes the field’s value again based on the length of the list.
§Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
pub fn num_outputs(&self) -> u16
pub fn num_outputs(&self) -> u16
Get the value of the num_outputs
field.
The num_outputs
field is used as the length field of the outputs
field.
This function computes the field’s value again based on the length of the list.
§Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
pub fn num_modes(&self) -> u16
pub fn num_modes(&self) -> u16
Get the value of the num_modes
field.
The num_modes
field is used as the length field of the modes
field.
This function computes the field’s value again based on the length of the list.
§Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
pub fn names_len(&self) -> u16
pub fn names_len(&self) -> u16
Get the value of the names_len
field.
The names_len
field is used as the length field of the names
field.
This function computes the field’s value again based on the length of the list.
§Panics
Panics if the value cannot be represented in the target type. This cannot happen with values of the struct received from the X11 server.
Trait Implementations§
§impl Clone for GetScreenResourcesCurrentReply
impl Clone for GetScreenResourcesCurrentReply
§fn clone(&self) -> GetScreenResourcesCurrentReply
fn clone(&self) -> GetScreenResourcesCurrentReply
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Debug for GetScreenResourcesCurrentReply
impl Debug for GetScreenResourcesCurrentReply
§impl Default for GetScreenResourcesCurrentReply
impl Default for GetScreenResourcesCurrentReply
§fn default() -> GetScreenResourcesCurrentReply
fn default() -> GetScreenResourcesCurrentReply
§impl From<GetScreenResourcesCurrentReply> for Reply
impl From<GetScreenResourcesCurrentReply> for Reply
§fn from(reply: GetScreenResourcesCurrentReply) -> Reply
fn from(reply: GetScreenResourcesCurrentReply) -> Reply
§impl Serialize for GetScreenResourcesCurrentReply
impl Serialize for GetScreenResourcesCurrentReply
§impl TryParse for GetScreenResourcesCurrentReply
impl TryParse for GetScreenResourcesCurrentReply
§fn try_parse(
initial_value: &[u8],
) -> Result<(GetScreenResourcesCurrentReply, &[u8]), ParseError>
fn try_parse( initial_value: &[u8], ) -> Result<(GetScreenResourcesCurrentReply, &[u8]), ParseError>
Auto Trait Implementations§
impl Freeze for GetScreenResourcesCurrentReply
impl RefUnwindSafe for GetScreenResourcesCurrentReply
impl Send for GetScreenResourcesCurrentReply
impl Sync for GetScreenResourcesCurrentReply
impl Unpin for GetScreenResourcesCurrentReply
impl UnwindSafe for GetScreenResourcesCurrentReply
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)