pub struct WlCallback;
Expand description
callback object
Clients can handle the ‘done’ event to get notified when the related request is done.
Trait Implementations§
Source§impl Debug for WlCallback
impl Debug for WlCallback
Source§impl Interface for WlCallback
impl Interface for WlCallback
Source§const NAME: &'static str = "wl_callback"
const NAME: &'static str = "wl_callback"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for WlCallback
impl RefUnwindSafe for WlCallback
impl Send for WlCallback
impl Sync for WlCallback
impl Unpin for WlCallback
impl UnwindSafe for WlCallback
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