pub struct PixelFormatPlaneInfo {
pub bytes_per_group: u32,
pub vertical_sub_sampling: u32,
}Fields§
§bytes_per_group: u32§vertical_sub_sampling: u32Trait Implementations§
Source§impl Clone for PixelFormatPlaneInfo
impl Clone for PixelFormatPlaneInfo
Source§fn clone(&self) -> PixelFormatPlaneInfo
fn clone(&self) -> PixelFormatPlaneInfo
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PixelFormatPlaneInfo
impl RefUnwindSafe for PixelFormatPlaneInfo
impl Send for PixelFormatPlaneInfo
impl Sync for PixelFormatPlaneInfo
impl Unpin for PixelFormatPlaneInfo
impl UnwindSafe for PixelFormatPlaneInfo
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