pub enum PictureNew {}Expand description
Represents a Picture that has just been created.
Trait Implementations§
impl PictureReclaimableSurface for PictureNew
impl PictureState for PictureNew
Auto Trait Implementations§
impl Freeze for PictureNew
impl RefUnwindSafe for PictureNew
impl Send for PictureNew
impl Sync for PictureNew
impl Unpin for PictureNew
impl UnsafeUnpin for PictureNew
impl UnwindSafe for PictureNew
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