Struct sdl2_sys::xdg_toplevel
source · #[repr(C)]pub struct xdg_toplevel {
pub _address: u8,
}
Expand description
< Wayland xdg toplevel role
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for xdg_toplevel
impl Clone for xdg_toplevel
source§fn clone(&self) -> xdg_toplevel
fn clone(&self) -> xdg_toplevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for xdg_toplevel
Auto Trait Implementations§
impl Freeze for xdg_toplevel
impl RefUnwindSafe for xdg_toplevel
impl Send for xdg_toplevel
impl Sync for xdg_toplevel
impl Unpin for xdg_toplevel
impl UnwindSafe for xdg_toplevel
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