pub struct Image<FD>where
FD: Sized,{
pub drm_format: DrmFormat,
pub planes: ImagePlane<FD>,
}
Fields§
§drm_format: DrmFormat
§planes: ImagePlane<FD>
Implementations§
Trait Implementations§
Source§impl<FD> SerJson for Image<FD>
impl<FD> SerJson for Image<FD>
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
impl<FD> Copy for Image<FD>
impl<FD> StructuralPartialEq for Image<FD>where
FD: Sized,
Auto Trait Implementations§
impl<FD> Freeze for Image<FD>where
FD: Freeze,
impl<FD> RefUnwindSafe for Image<FD>where
FD: RefUnwindSafe,
impl<FD> Send for Image<FD>where
FD: Send,
impl<FD> Sync for Image<FD>where
FD: Sync,
impl<FD> Unpin for Image<FD>where
FD: Unpin,
impl<FD> UnwindSafe for Image<FD>where
FD: UnwindSafe,
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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