#[repr(C)]pub struct ExportFenceCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub handle_types: ExternalFenceHandleTypeFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§handle_types: ExternalFenceHandleTypeFlagsTrait Implementations§
Source§impl Clone for ExportFenceCreateInfo
impl Clone for ExportFenceCreateInfo
Source§fn clone(&self) -> ExportFenceCreateInfo
fn clone(&self) -> ExportFenceCreateInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExportFenceCreateInfo
Source§impl Debug for ExportFenceCreateInfo
impl Debug for ExportFenceCreateInfo
Source§impl Default for ExportFenceCreateInfo
impl Default for ExportFenceCreateInfo
impl Eq for ExportFenceCreateInfo
Source§impl Hash for ExportFenceCreateInfo
impl Hash for ExportFenceCreateInfo
Source§impl PartialEq for ExportFenceCreateInfo
impl PartialEq for ExportFenceCreateInfo
Source§fn eq(&self, other: &ExportFenceCreateInfo) -> bool
fn eq(&self, other: &ExportFenceCreateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ExportFenceCreateInfo
impl StructuralPartialEq for ExportFenceCreateInfo
impl Sync for ExportFenceCreateInfo
Auto Trait Implementations§
impl Freeze for ExportFenceCreateInfo
impl RefUnwindSafe for ExportFenceCreateInfo
impl Unpin for ExportFenceCreateInfo
impl UnsafeUnpin for ExportFenceCreateInfo
impl UnwindSafe for ExportFenceCreateInfo
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