Struct makepad_platform::os::cx_stdin::PresentableImageId
source · pub struct PresentableImageId { /* private fields */ }Expand description
Cross-process-unique (on best-effort) ID of a [SharedPresentableImage],
such that multiple processes on the same system should be able to share
swapchains with each-other and (effectively) never observe collisions.
Implementations§
Trait Implementations§
source§impl Clone for PresentableImageId
impl Clone for PresentableImageId
source§fn clone(&self) -> PresentableImageId
fn clone(&self) -> PresentableImageId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl DeBin for PresentableImageId
impl DeBin for PresentableImageId
source§impl DeJson for PresentableImageId
impl DeJson for PresentableImageId
source§impl Debug for PresentableImageId
impl Debug for PresentableImageId
source§impl PartialEq<PresentableImageId> for PresentableImageId
impl PartialEq<PresentableImageId> for PresentableImageId
source§fn eq(&self, other: &PresentableImageId) -> bool
fn eq(&self, other: &PresentableImageId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SerBin for PresentableImageId
impl SerBin for PresentableImageId
source§impl SerJson for PresentableImageId
impl SerJson for PresentableImageId
impl Copy for PresentableImageId
impl StructuralPartialEq for PresentableImageId
Auto Trait Implementations§
impl RefUnwindSafe for PresentableImageId
impl Send for PresentableImageId
impl Sync for PresentableImageId
impl Unpin for PresentableImageId
impl UnwindSafe for PresentableImageId
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