Struct xcb::xvmc::SurfaceInfo
source · #[repr(C)]pub struct SurfaceInfo {
pub id: Surface,
pub chroma_format: u16,
pub pad0: u16,
pub max_width: u16,
pub max_height: u16,
pub subpicture_max_width: u16,
pub subpicture_max_height: u16,
pub mc_type: u32,
pub flags: u32,
}
Fields§
§id: Surface
§chroma_format: u16
§pad0: u16
§max_width: u16
§max_height: u16
§subpicture_max_width: u16
§subpicture_max_height: u16
§mc_type: u32
§flags: u32
Trait Implementations§
source§impl Clone for SurfaceInfo
impl Clone for SurfaceInfo
source§fn clone(&self) -> SurfaceInfo
fn clone(&self) -> SurfaceInfo
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 SurfaceInfo
impl Debug for SurfaceInfo
impl Copy for SurfaceInfo
Auto Trait Implementations§
impl Freeze for SurfaceInfo
impl RefUnwindSafe for SurfaceInfo
impl Send for SurfaceInfo
impl Sync for SurfaceInfo
impl Unpin for SurfaceInfo
impl UnwindSafe for SurfaceInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)