pub struct TextureDesc {
pub sampler_desc: SamplerDesc,
pub payload: Option<Box<dyn Payload>>,
}Fields§
§sampler_desc: SamplerDesc§payload: Option<Box<dyn Payload>>Auto Trait Implementations§
impl Freeze for TextureDesc
impl !RefUnwindSafe for TextureDesc
impl !Send for TextureDesc
impl !Sync for TextureDesc
impl Unpin for TextureDesc
impl UnsafeUnpin for TextureDesc
impl !UnwindSafe for TextureDesc
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