pub struct XPixMap;
Implementations§
Auto Trait Implementations§
impl Freeze for XPixMap
impl RefUnwindSafe for XPixMap
impl Send for XPixMap
impl Sync for XPixMap
impl Unpin for XPixMap
impl UnwindSafe for XPixMap
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