#[repr(C)]pub struct PhysicalDevicePresentationPropertiesOHOS {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shared_image: u32,
}Expand description
VkPhysicalDevicePresentationPropertiesOHOS
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENTATION_PROPERTIES_OHOS.
p_next: *mut c_voidOptional, may be null.
Implementations§
Source§impl PhysicalDevicePresentationPropertiesOHOS
impl PhysicalDevicePresentationPropertiesOHOS
Sourcepub fn builder<'a>() -> PhysicalDevicePresentationPropertiesOHOSBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePresentationPropertiesOHOSBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDevicePresentationPropertiesOHOS
impl Clone for PhysicalDevicePresentationPropertiesOHOS
Source§fn clone(&self) -> PhysicalDevicePresentationPropertiesOHOS
fn clone(&self) -> PhysicalDevicePresentationPropertiesOHOS
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 moreimpl Copy for PhysicalDevicePresentationPropertiesOHOS
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePresentationPropertiesOHOS
Auto Trait Implementations§
impl Freeze for PhysicalDevicePresentationPropertiesOHOS
impl RefUnwindSafe for PhysicalDevicePresentationPropertiesOHOS
impl !Send for PhysicalDevicePresentationPropertiesOHOS
impl !Sync for PhysicalDevicePresentationPropertiesOHOS
impl Unpin for PhysicalDevicePresentationPropertiesOHOS
impl UnsafeUnpin for PhysicalDevicePresentationPropertiesOHOS
impl UnwindSafe for PhysicalDevicePresentationPropertiesOHOS
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