Struct sdl2_sys::xdg_positioner
source · #[repr(C)]pub struct xdg_positioner {
pub _address: u8,
}
Expand description
< Wayland xdg positioner, for popup
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for xdg_positioner
impl Clone for xdg_positioner
source§fn clone(&self) -> xdg_positioner
fn clone(&self) -> xdg_positioner
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_positioner
Auto Trait Implementations§
impl Freeze for xdg_positioner
impl RefUnwindSafe for xdg_positioner
impl Send for xdg_positioner
impl Sync for xdg_positioner
impl Unpin for xdg_positioner
impl UnwindSafe for xdg_positioner
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