Struct xcb::randr::OutputChange
source · pub struct OutputChange { /* private fields */ }
Implementations§
source§impl OutputChange
impl OutputChange
sourcepub fn new(
timestamp: Timestamp,
config_timestamp: Timestamp,
window: Window,
output: Output,
crtc: Crtc,
mode: Mode,
rotation: Rotation,
connection: Connection,
subpixel_order: SubPixel,
) -> OutputChange
pub fn new( timestamp: Timestamp, config_timestamp: Timestamp, window: Window, output: Output, crtc: Crtc, mode: Mode, rotation: Rotation, connection: Connection, subpixel_order: SubPixel, ) -> OutputChange
Construct a new OutputChange.
pub fn timestamp(&self) -> Timestamp
pub fn config_timestamp(&self) -> Timestamp
pub fn window(&self) -> Window
pub fn output(&self) -> Output
pub fn crtc(&self) -> Crtc
pub fn mode(&self) -> Mode
pub fn rotation(&self) -> Rotation
pub fn connection(&self) -> Connection
pub fn subpixel_order(&self) -> SubPixel
Trait Implementations§
source§impl Clone for OutputChange
impl Clone for OutputChange
source§fn clone(&self) -> OutputChange
fn clone(&self) -> OutputChange
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 OutputChange
impl Debug for OutputChange
impl Copy for OutputChange
Auto Trait Implementations§
impl Freeze for OutputChange
impl RefUnwindSafe for OutputChange
impl Send for OutputChange
impl Sync for OutputChange
impl Unpin for OutputChange
impl UnwindSafe for OutputChange
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> 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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)