Struct xproto::xGetScreenSaverReply
source · #[repr(C)]pub struct xGetScreenSaverReply {}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32timeout: CARD16interval: CARD16preferBlanking: BOOLallowExposures: BOOLpad2: CARD16pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32Trait Implementations
sourceimpl Clone for xGetScreenSaverReply
impl Clone for xGetScreenSaverReply
sourcefn clone(&self) -> xGetScreenSaverReply
fn clone(&self) -> xGetScreenSaverReply
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 moresourceimpl Debug for xGetScreenSaverReply
impl Debug for xGetScreenSaverReply
impl Copy for xGetScreenSaverReply
Auto Trait Implementations
impl RefUnwindSafe for xGetScreenSaverReply
impl Send for xGetScreenSaverReply
impl Sync for xGetScreenSaverReply
impl Unpin for xGetScreenSaverReply
impl UnwindSafe for xGetScreenSaverReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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