#[repr(C)]pub struct CopyCommandTransformInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
pub transform: SurfaceTransformFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§transform: SurfaceTransformFlagsKHRTrait Implementations§
Source§impl Clone for CopyCommandTransformInfoQCOM
impl Clone for CopyCommandTransformInfoQCOM
Source§fn clone(&self) -> CopyCommandTransformInfoQCOM
fn clone(&self) -> CopyCommandTransformInfoQCOM
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 CopyCommandTransformInfoQCOM
impl Debug for CopyCommandTransformInfoQCOM
Source§impl Hash for CopyCommandTransformInfoQCOM
impl Hash for CopyCommandTransformInfoQCOM
Source§impl PartialEq for CopyCommandTransformInfoQCOM
impl PartialEq for CopyCommandTransformInfoQCOM
Source§fn eq(&self, other: &CopyCommandTransformInfoQCOM) -> bool
fn eq(&self, other: &CopyCommandTransformInfoQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CopyCommandTransformInfoQCOM
impl Eq for CopyCommandTransformInfoQCOM
impl Send for CopyCommandTransformInfoQCOM
impl StructuralPartialEq for CopyCommandTransformInfoQCOM
impl Sync for CopyCommandTransformInfoQCOM
Auto Trait Implementations§
impl Freeze for CopyCommandTransformInfoQCOM
impl RefUnwindSafe for CopyCommandTransformInfoQCOM
impl Unpin for CopyCommandTransformInfoQCOM
impl UnwindSafe for CopyCommandTransformInfoQCOM
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