#[repr(C)]pub struct xdg_popup {
pub _address: u8,
}
Expand description
< Wayland xdg popup role
Fields§
§_address: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xdg_popup
impl RefUnwindSafe for xdg_popup
impl Send for xdg_popup
impl Sync for xdg_popup
impl Unpin for xdg_popup
impl UnwindSafe for xdg_popup
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