pub struct XUser { /* private fields */ }Available on Windows and crate feature
target-gdk only.Auto Trait Implementations§
impl Freeze for XUser
impl RefUnwindSafe for XUser
impl Send for XUser
impl Sync for XUser
impl Unpin for XUser
impl UnwindSafe for XUser
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