#[repr(C)]pub struct PerTileBeginInfoQCOM {
pub s_type: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§s_type: StructureType§next: *const c_voidTrait Implementations§
Source§impl Clone for PerTileBeginInfoQCOM
impl Clone for PerTileBeginInfoQCOM
Source§fn clone(&self) -> PerTileBeginInfoQCOM
fn clone(&self) -> PerTileBeginInfoQCOM
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 PerTileBeginInfoQCOM
impl Debug for PerTileBeginInfoQCOM
Source§impl Default for PerTileBeginInfoQCOM
impl Default for PerTileBeginInfoQCOM
Source§impl Hash for PerTileBeginInfoQCOM
impl Hash for PerTileBeginInfoQCOM
Source§impl PartialEq for PerTileBeginInfoQCOM
impl PartialEq for PerTileBeginInfoQCOM
impl Copy for PerTileBeginInfoQCOM
impl Eq for PerTileBeginInfoQCOM
impl Send for PerTileBeginInfoQCOM
impl StructuralPartialEq for PerTileBeginInfoQCOM
impl Sync for PerTileBeginInfoQCOM
Auto Trait Implementations§
impl Freeze for PerTileBeginInfoQCOM
impl RefUnwindSafe for PerTileBeginInfoQCOM
impl Unpin for PerTileBeginInfoQCOM
impl UnwindSafe for PerTileBeginInfoQCOM
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