Struct x11_dl::xlib::_XkbGeometry
source · #[repr(C)]pub struct _XkbGeometry;
Auto Trait Implementations§
impl Freeze for _XkbGeometry
impl RefUnwindSafe for _XkbGeometry
impl Send for _XkbGeometry
impl Sync for _XkbGeometry
impl Unpin for _XkbGeometry
impl UnwindSafe for _XkbGeometry
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