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