#[repr(C)]pub struct TilePropertiesQCOM {
pub sType: StructureType,
pub pNext: *mut c_void,
pub tileSize: Extent3D,
pub apronSize: Extent2D,
pub origin: Offset2D,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§tileSize: Extent3D
§apronSize: Extent2D
§origin: Offset2D
Trait Implementations§
Source§impl Clone for TilePropertiesQCOM
impl Clone for TilePropertiesQCOM
Source§fn clone(&self) -> TilePropertiesQCOM
fn clone(&self) -> TilePropertiesQCOM
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for TilePropertiesQCOM
Auto Trait Implementations§
impl Freeze for TilePropertiesQCOM
impl RefUnwindSafe for TilePropertiesQCOM
impl !Send for TilePropertiesQCOM
impl !Sync for TilePropertiesQCOM
impl Unpin for TilePropertiesQCOM
impl UnwindSafe for TilePropertiesQCOM
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