pub struct FormatDesc {
pub mask: u64,
pub format: Format,
pub frame_formats: Vec<FrameFormat>,
pub plane_align: u32,
}Fields§
§mask: u64§format: Format§frame_formats: Vec<FrameFormat>§plane_align: u32Trait Implementations§
Source§impl Clone for FormatDesc
impl Clone for FormatDesc
Source§fn clone(&self) -> FormatDesc
fn clone(&self) -> FormatDesc
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatDesc
impl Debug for FormatDesc
Auto Trait Implementations§
impl Freeze for FormatDesc
impl RefUnwindSafe for FormatDesc
impl Send for FormatDesc
impl Sync for FormatDesc
impl Unpin for FormatDesc
impl UnwindSafe for FormatDesc
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