#[repr(C)]pub struct ExportSemaphoreCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleTypes: ExternalSemaphoreHandleTypeFlags,
}Fields§
§sType: StructureType§pNext: *const c_void§handleTypes: ExternalSemaphoreHandleTypeFlagsImplementations§
Source§impl ExportSemaphoreCreateInfo
impl ExportSemaphoreCreateInfo
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *const c_void) -> Self
pub fn handleTypes(self, handleTypes: ExternalSemaphoreHandleTypeFlags) -> Self
Trait Implementations§
Source§impl Clone for ExportSemaphoreCreateInfo
impl Clone for ExportSemaphoreCreateInfo
Source§fn clone(&self) -> ExportSemaphoreCreateInfo
fn clone(&self) -> ExportSemaphoreCreateInfo
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 ExportSemaphoreCreateInfo
impl Debug for ExportSemaphoreCreateInfo
Source§impl Default for ExportSemaphoreCreateInfo
impl Default for ExportSemaphoreCreateInfo
Source§fn default() -> ExportSemaphoreCreateInfo
fn default() -> ExportSemaphoreCreateInfo
Returns the “default value” for a type. Read more
impl Copy for ExportSemaphoreCreateInfo
Auto Trait Implementations§
impl Freeze for ExportSemaphoreCreateInfo
impl RefUnwindSafe for ExportSemaphoreCreateInfo
impl !Send for ExportSemaphoreCreateInfo
impl !Sync for ExportSemaphoreCreateInfo
impl Unpin for ExportSemaphoreCreateInfo
impl UnwindSafe for ExportSemaphoreCreateInfo
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