#[repr(C)]pub struct vdef_raw_format {
pub pix_format: vdef_raw_pix_format,
pub pix_order: vdef_raw_pix_order,
pub pix_layout: vdef_raw_pix_layout,
pub pix_size: c_uint,
pub data_layout: vdef_raw_data_layout,
pub data_pad_low: bool,
pub data_little_endian: bool,
pub data_size: c_uint,
}Fields§
§pix_format: vdef_raw_pix_format§pix_order: vdef_raw_pix_order§pix_layout: vdef_raw_pix_layout§pix_size: c_uint§data_layout: vdef_raw_data_layout§data_pad_low: bool§data_little_endian: bool§data_size: c_uintTrait Implementations§
Source§impl Clone for vdef_raw_format
impl Clone for vdef_raw_format
Source§fn clone(&self) -> vdef_raw_format
fn clone(&self) -> vdef_raw_format
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 moreSource§impl Debug for vdef_raw_format
impl Debug for vdef_raw_format
impl Copy for vdef_raw_format
Auto Trait Implementations§
impl Freeze for vdef_raw_format
impl RefUnwindSafe for vdef_raw_format
impl Send for vdef_raw_format
impl Sync for vdef_raw_format
impl Unpin for vdef_raw_format
impl UnwindSafe for vdef_raw_format
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