pub struct DrmPrimeSurfaceDescriptorLayer {
pub drm_format: u32,
pub num_planes: u32,
pub object_index: [u8; 4],
pub offset: [u32; 4],
pub pitch: [u32; 4],
}Expand description
Safe wrapper for the layers member of VADRMPRIMESurfaceDescriptor.
Fields§
§drm_format: u32§num_planes: u32§object_index: [u8; 4]§offset: [u32; 4]§pitch: [u32; 4]Auto Trait Implementations§
impl Freeze for DrmPrimeSurfaceDescriptorLayer
impl RefUnwindSafe for DrmPrimeSurfaceDescriptorLayer
impl Send for DrmPrimeSurfaceDescriptorLayer
impl Sync for DrmPrimeSurfaceDescriptorLayer
impl Unpin for DrmPrimeSurfaceDescriptorLayer
impl UnsafeUnpin for DrmPrimeSurfaceDescriptorLayer
impl UnwindSafe for DrmPrimeSurfaceDescriptorLayer
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