pub struct ImageNode { /* private fields */ }Expand description
Resource node.
Trait Implementations§
Source§impl From<ImageNode> for AnyImageNode
impl From<ImageNode> for AnyImageNode
Source§impl Ord for ImageNode
impl Ord for ImageNode
Source§impl PartialOrd for ImageNode
impl PartialOrd for ImageNode
Source§impl View for ImageNode
impl View for ImageNode
Source§type Information = ImageViewInfo
type Information = ImageViewInfo
The information about the resource interpretation.
Source§type Subresource = ImageSubresourceRange
type Subresource = ImageSubresourceRange
The portion of the resource which is bound.
impl Copy for ImageNode
impl Eq for ImageNode
impl StructuralPartialEq for ImageNode
Auto Trait Implementations§
impl Freeze for ImageNode
impl RefUnwindSafe for ImageNode
impl Send for ImageNode
impl Sync for ImageNode
impl Unpin for ImageNode
impl UnwindSafe for ImageNode
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