pub struct TilePropertiesQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for TilePropertiesQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> TilePropertiesQCOMBuilder<'a>
impl<'a> TilePropertiesQCOMBuilder<'a>
pub fn tile_size(self, value: Extent3D) -> TilePropertiesQCOMBuilder<'a>
pub fn apron_size(self, value: Extent2D) -> TilePropertiesQCOMBuilder<'a>
pub fn origin(self, value: Offset2D) -> TilePropertiesQCOMBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> TilePropertiesQCOMBuilder<'a>where
T: ExtendsTilePropertiesQCOM,
pub fn push_next<T>(self, next: &'a mut T) -> TilePropertiesQCOMBuilder<'a>where
T: ExtendsTilePropertiesQCOM,
Prepend a struct to the pNext chain. See TilePropertiesQCOM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for TilePropertiesQCOMBuilder<'a>
impl<'a> Deref for TilePropertiesQCOMBuilder<'a>
Source§type Target = TilePropertiesQCOM
type Target = TilePropertiesQCOM
The resulting type after dereferencing.
Source§impl<'a> DerefMut for TilePropertiesQCOMBuilder<'a>
impl<'a> DerefMut for TilePropertiesQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for TilePropertiesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for TilePropertiesQCOMBuilder<'a>
impl<'a> !Send for TilePropertiesQCOMBuilder<'a>
impl<'a> !Sync for TilePropertiesQCOMBuilder<'a>
impl<'a> Unpin for TilePropertiesQCOMBuilder<'a>
impl<'a> UnsafeUnpin for TilePropertiesQCOMBuilder<'a>
impl<'a> UnwindSafe for TilePropertiesQCOMBuilder<'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