Struct x11rb_protocol::protocol::xproto::GetScreenSaverReply
source · [−]pub struct GetScreenSaverReply {
pub sequence: u16,
pub length: u32,
pub timeout: u16,
pub interval: u16,
pub prefer_blanking: Blanking,
pub allow_exposures: Exposures,
}
Fields
sequence: u16
length: u32
timeout: u16
interval: u16
prefer_blanking: Blanking
allow_exposures: Exposures
Trait Implementations
sourceimpl Clone for GetScreenSaverReply
impl Clone for GetScreenSaverReply
sourcefn clone(&self) -> GetScreenSaverReply
fn clone(&self) -> GetScreenSaverReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetScreenSaverReply
impl Debug for GetScreenSaverReply
sourceimpl Default for GetScreenSaverReply
impl Default for GetScreenSaverReply
sourcefn default() -> GetScreenSaverReply
fn default() -> GetScreenSaverReply
Returns the “default value” for a type. Read more
sourceimpl From<GetScreenSaverReply> for Reply
impl From<GetScreenSaverReply> for Reply
sourcefn from(reply: GetScreenSaverReply) -> Reply
fn from(reply: GetScreenSaverReply) -> Reply
Converts to this type from the input type.
sourceimpl Hash for GetScreenSaverReply
impl Hash for GetScreenSaverReply
sourceimpl Ord for GetScreenSaverReply
impl Ord for GetScreenSaverReply
sourceimpl PartialEq<GetScreenSaverReply> for GetScreenSaverReply
impl PartialEq<GetScreenSaverReply> for GetScreenSaverReply
sourcefn eq(&self, other: &GetScreenSaverReply) -> bool
fn eq(&self, other: &GetScreenSaverReply) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GetScreenSaverReply) -> bool
fn ne(&self, other: &GetScreenSaverReply) -> bool
This method tests for !=
.
sourceimpl PartialOrd<GetScreenSaverReply> for GetScreenSaverReply
impl PartialOrd<GetScreenSaverReply> for GetScreenSaverReply
sourcefn partial_cmp(&self, other: &GetScreenSaverReply) -> Option<Ordering>
fn partial_cmp(&self, other: &GetScreenSaverReply) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
sourceimpl TryParse for GetScreenSaverReply
impl TryParse for GetScreenSaverReply
impl Copy for GetScreenSaverReply
impl Eq for GetScreenSaverReply
impl StructuralEq for GetScreenSaverReply
impl StructuralPartialEq for GetScreenSaverReply
Auto Trait Implementations
impl RefUnwindSafe for GetScreenSaverReply
impl Send for GetScreenSaverReply
impl Sync for GetScreenSaverReply
impl Unpin for GetScreenSaverReply
impl UnwindSafe for GetScreenSaverReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more