pub struct WlCallbackRef { /* private fields */ }Expand description
A borrowed wl_callback proxy.
See the documentation of the module for the interface description.
Trait Implementations§
Source§impl BorrowedProxy for WlCallbackRef
impl BorrowedProxy for WlCallbackRef
Source§type Owned = WlCallback
type Owned = WlCallback
The owned version of this proxy.
Source§impl Debug for WlCallbackRef
impl Debug for WlCallbackRef
Source§impl PartialEq<WlCallback> for WlCallbackRef
impl PartialEq<WlCallback> for WlCallbackRef
Source§impl PartialEq<WlCallbackRef> for WlCallback
impl PartialEq<WlCallbackRef> for WlCallback
Source§impl PartialEq for WlCallbackRef
impl PartialEq for WlCallbackRef
impl Eq for WlCallbackRef
impl StructuralPartialEq for WlCallbackRef
impl UntypedBorrowedProxyWrapper for WlCallbackRef
Auto Trait Implementations§
impl !Freeze for WlCallbackRef
impl !RefUnwindSafe for WlCallbackRef
impl Send for WlCallbackRef
impl Sync for WlCallbackRef
impl Unpin for WlCallbackRef
impl UnwindSafe for WlCallbackRef
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