#[repr(C)]pub struct ExportSemaphoreCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleTypes: ExternalSemaphoreHandleTypeFlags,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§handleTypes: ExternalSemaphoreHandleTypeFlags
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§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 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