Struct wayland_protocols::wlr::unstable::output_management::v1::client::zwlr_output_manager_v1::ZwlrOutputManagerV1
source · pub struct ZwlrOutputManagerV1(/* private fields */);
Implementations§
source§impl ZwlrOutputManagerV1
impl ZwlrOutputManagerV1
sourcepub fn create_configuration(
&self,
serial: u32
) -> Main<ZwlrOutputConfigurationV1>
pub fn create_configuration( &self, serial: u32 ) -> Main<ZwlrOutputConfigurationV1>
create a new output configuration object
Create a new output configuration object. This allows to update head properties.
Trait Implementations§
source§impl AsRef<Proxy<ZwlrOutputManagerV1>> for ZwlrOutputManagerV1
impl AsRef<Proxy<ZwlrOutputManagerV1>> for ZwlrOutputManagerV1
source§impl Clone for ZwlrOutputManagerV1
impl Clone for ZwlrOutputManagerV1
source§fn clone(&self) -> ZwlrOutputManagerV1
fn clone(&self) -> ZwlrOutputManagerV1
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 ZwlrOutputManagerV1
impl Debug for ZwlrOutputManagerV1
source§impl From<Proxy<ZwlrOutputManagerV1>> for ZwlrOutputManagerV1
impl From<Proxy<ZwlrOutputManagerV1>> for ZwlrOutputManagerV1
source§impl From<ZwlrOutputManagerV1> for Proxy<ZwlrOutputManagerV1>
impl From<ZwlrOutputManagerV1> for Proxy<ZwlrOutputManagerV1>
source§fn from(value: ZwlrOutputManagerV1) -> Self
fn from(value: ZwlrOutputManagerV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwlrOutputManagerV1
impl Interface for ZwlrOutputManagerV1
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for ZwlrOutputManagerV1
impl PartialEq for ZwlrOutputManagerV1
source§fn eq(&self, other: &ZwlrOutputManagerV1) -> bool
fn eq(&self, other: &ZwlrOutputManagerV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwlrOutputManagerV1
impl StructuralEq for ZwlrOutputManagerV1
impl StructuralPartialEq for ZwlrOutputManagerV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwlrOutputManagerV1
impl Send for ZwlrOutputManagerV1
impl Sync for ZwlrOutputManagerV1
impl Unpin for ZwlrOutputManagerV1
impl !UnwindSafe for ZwlrOutputManagerV1
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