pub struct PipelineLayoutStorageAttachment {
pub offset: Option<u64>,
pub format: Option<TextureFormat>,
/* private fields */
}Fields§
§offset: Option<u64>§format: Option<TextureFormat>Implementations§
Source§impl PipelineLayoutStorageAttachment
impl PipelineLayoutStorageAttachment
pub fn new() -> Self
pub fn with_extension( self, extension: PipelineLayoutStorageAttachmentExtension, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipelineLayoutStorageAttachment
impl RefUnwindSafe for PipelineLayoutStorageAttachment
impl Send for PipelineLayoutStorageAttachment
impl Sync for PipelineLayoutStorageAttachment
impl Unpin for PipelineLayoutStorageAttachment
impl UnsafeUnpin for PipelineLayoutStorageAttachment
impl UnwindSafe for PipelineLayoutStorageAttachment
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