#[repr(C)]pub struct wl_object(/* private fields */);Expand description
The libwayland wl_object type.
This is always a wl_proxy in the context of this crate.
Auto Trait Implementations§
impl Freeze for wl_object
impl RefUnwindSafe for wl_object
impl Send for wl_object
impl Sync for wl_object
impl Unpin for wl_object
impl UnwindSafe for wl_object
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