pub struct Output { /* private fields */ }
Expand description
An implementation of the wl_output global.
Implementations§
Source§impl Output
impl Output
pub fn set_aura_output(&mut self, aura_output: ObjectRef<AuraOutput>)
pub fn post_output_info( this: ObjectId, client: &Client, display_info: &DisplayInfo, ) -> Result<(), Error>
pub fn post_output_done(this: ObjectId, client: &Client) -> Result<(), Error>
pub fn post_display_info( this: ObjectRef<Self>, client: &Client, display_info: &DisplayInfo, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Output
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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