pub struct SharedTextureMemoryDmaBufDescriptor {
pub size: Option<Extent3D>,
pub drm_format: Option<u32>,
pub drm_modifier: Option<u64>,
pub planes: Option<Vec<SharedTextureMemoryDmaBufPlane>>,
}Fields§
§size: Option<Extent3D>§drm_format: Option<u32>§drm_modifier: Option<u64>§planes: Option<Vec<SharedTextureMemoryDmaBufPlane>>Implementations§
Trait Implementations§
Source§fn from(ext: SharedTextureMemoryDmaBufDescriptor) -> Self
fn from(ext: SharedTextureMemoryDmaBufDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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