Enum screen_13::graph::AnyImageNode
source · [−]pub enum AnyImageNode<P> {
Image(ImageNode<P>),
ImageLease(ImageLeaseNode<P>),
SwapchainImage(SwapchainImageNode<P>),
}Variants
Image(ImageNode<P>)
ImageLease(ImageLeaseNode<P>)
SwapchainImage(SwapchainImageNode<P>)
Trait Implementations
sourceimpl<P> Clone for AnyImageNode<P>
impl<P> Clone for AnyImageNode<P>
sourceimpl<P: Debug> Debug for AnyImageNode<P>
impl<P: Debug> Debug for AnyImageNode<P>
sourceimpl<P> From<ImageLeaseNode<P>> for AnyImageNode<P>
impl<P> From<ImageLeaseNode<P>> for AnyImageNode<P>
sourcefn from(node: ImageLeaseNode<P>) -> Self
fn from(node: ImageLeaseNode<P>) -> Self
Performs the conversion.
sourceimpl<P> From<ImageNode<P>> for AnyImageNode<P>
impl<P> From<ImageNode<P>> for AnyImageNode<P>
sourceimpl<P> From<SwapchainImageNode<P>> for AnyImageNode<P>
impl<P> From<SwapchainImageNode<P>> for AnyImageNode<P>
sourcefn from(node: SwapchainImageNode<P>) -> Self
fn from(node: SwapchainImageNode<P>) -> Self
Performs the conversion.
sourceimpl<'a, P> Index<AnyImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<AnyImageNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
sourceimpl<P> View<P> for AnyImageNode<P>
impl<P> View<P> for AnyImageNode<P>
type Information = ImageViewInfo
type Subresource = ImageSubresource
impl<P> Copy for AnyImageNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for AnyImageNode<P> where
P: RefUnwindSafe,
impl<P> Send for AnyImageNode<P> where
P: Send,
impl<P> Sync for AnyImageNode<P> where
P: Sync,
impl<P> Unpin for AnyImageNode<P> where
P: Unpin,
impl<P> UnwindSafe for AnyImageNode<P> where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more