pub enum XftDraw {}Auto Trait Implementations§
impl Freeze for XftDraw
impl RefUnwindSafe for XftDraw
impl Send for XftDraw
impl Sync for XftDraw
impl Unpin for XftDraw
impl UnsafeUnpin for XftDraw
impl UnwindSafe for XftDraw
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