#[repr(C)]pub struct TilePropertiesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub tile_size: Extent3D,
pub apron_size: Extent2D,
pub origin: Offset2D,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§tile_size: Extent3D
§apron_size: Extent2D
§origin: Offset2D
§_marker: PhantomData<&'a ()>
Implementations§
Trait Implementations§
Source§impl<'a> Clone for TilePropertiesQCOM<'a>
impl<'a> Clone for TilePropertiesQCOM<'a>
Source§fn clone(&self) -> TilePropertiesQCOM<'a>
fn clone(&self) -> TilePropertiesQCOM<'a>
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<'a> Debug for TilePropertiesQCOM<'a>
impl<'a> Debug for TilePropertiesQCOM<'a>
Source§impl Default for TilePropertiesQCOM<'_>
impl Default for TilePropertiesQCOM<'_>
Source§impl<'a> TaggedStructure for TilePropertiesQCOM<'a>
impl<'a> TaggedStructure for TilePropertiesQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::TILE_PROPERTIES_QCOM
impl<'a> Copy for TilePropertiesQCOM<'a>
impl Send for TilePropertiesQCOM<'_>
impl Sync for TilePropertiesQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for TilePropertiesQCOM<'a>
impl<'a> RefUnwindSafe for TilePropertiesQCOM<'a>
impl<'a> Unpin for TilePropertiesQCOM<'a>
impl<'a> UnwindSafe for TilePropertiesQCOM<'a>
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