pub struct WlDisplayRef { /* private fields */ }Expand description
A borrowed wl_display proxy.
See the documentation of the module for the interface description.
Implementations§
Source§impl WlDisplayRef
impl WlDisplayRef
Sourcepub fn sync(&self, _queue: &Queue) -> WlCallback
pub fn sync(&self, _queue: &Queue) -> WlCallback
§Arguments
_queue: The queue that the returned proxy is assigned to.
Sourcepub fn get_registry(&self, _queue: &Queue) -> WlRegistry
pub fn get_registry(&self, _queue: &Queue) -> WlRegistry
§Arguments
_queue: The queue that the returned proxy is assigned to.
Trait Implementations§
Source§impl BorrowedProxy for WlDisplayRef
impl BorrowedProxy for WlDisplayRef
Source§impl Debug for WlDisplayRef
impl Debug for WlDisplayRef
Source§impl PartialEq<WlDisplay> for WlDisplayRef
impl PartialEq<WlDisplay> for WlDisplayRef
Source§impl PartialEq<WlDisplayRef> for WlDisplay
impl PartialEq<WlDisplayRef> for WlDisplay
Source§impl PartialEq for WlDisplayRef
impl PartialEq for WlDisplayRef
impl Eq for WlDisplayRef
impl StructuralPartialEq for WlDisplayRef
impl UntypedBorrowedProxyWrapper for WlDisplayRef
Auto Trait Implementations§
impl !Freeze for WlDisplayRef
impl !RefUnwindSafe for WlDisplayRef
impl Send for WlDisplayRef
impl Sync for WlDisplayRef
impl Unpin for WlDisplayRef
impl UnwindSafe for WlDisplayRef
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