pub struct SpirvImageFormat {
pub name: Option<String>,
}Fields§
§name: Option<String>Trait Implementations§
Source§impl Clone for SpirvImageFormat
impl Clone for SpirvImageFormat
Source§fn clone(&self) -> SpirvImageFormat
fn clone(&self) -> SpirvImageFormat
Returns a duplicate 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 Debug for SpirvImageFormat
impl Debug for SpirvImageFormat
Source§impl PartialEq for SpirvImageFormat
impl PartialEq for SpirvImageFormat
impl Eq for SpirvImageFormat
impl StructuralPartialEq for SpirvImageFormat
Auto Trait Implementations§
impl Freeze for SpirvImageFormat
impl RefUnwindSafe for SpirvImageFormat
impl Send for SpirvImageFormat
impl Sync for SpirvImageFormat
impl Unpin for SpirvImageFormat
impl UnwindSafe for SpirvImageFormat
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