#[repr(C)]pub struct switch_picture {
pub width: u32,
pub height: u32,
pub planes: [*mut u8; 4],
pub stride: [u32; 4],
}Fields§
§width: u32§height: u32§planes: [*mut u8; 4]§stride: [u32; 4]Trait Implementations§
Source§impl Clone for switch_picture
impl Clone for switch_picture
Source§fn clone(&self) -> switch_picture
fn clone(&self) -> switch_picture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 switch_picture
impl Debug for switch_picture
Source§impl Default for switch_picture
impl Default for switch_picture
impl Copy for switch_picture
Auto Trait Implementations§
impl Freeze for switch_picture
impl RefUnwindSafe for switch_picture
impl !Send for switch_picture
impl !Sync for switch_picture
impl Unpin for switch_picture
impl UnsafeUnpin for switch_picture
impl UnwindSafe for switch_picture
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