#[repr(C)]pub struct SciSyncAttributesInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub client_type: SciSyncClientTypeNV,
pub primitive_type: SciSyncPrimitiveTypeNV,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SCI_SYNC_ATTRIBUTES_INFO_NV.
p_next: *const c_voidOptional, may be null.
client_type: SciSyncClientTypeNV§primitive_type: SciSyncPrimitiveTypeNVImplementations§
Source§impl SciSyncAttributesInfoNV
impl SciSyncAttributesInfoNV
Sourcepub fn builder<'a>() -> SciSyncAttributesInfoNVBuilder<'a>
pub fn builder<'a>() -> SciSyncAttributesInfoNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for SciSyncAttributesInfoNV
impl Clone for SciSyncAttributesInfoNV
Source§fn clone(&self) -> SciSyncAttributesInfoNV
fn clone(&self) -> SciSyncAttributesInfoNV
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 SciSyncAttributesInfoNV
impl Debug for SciSyncAttributesInfoNV
Source§impl Default for SciSyncAttributesInfoNV
impl Default for SciSyncAttributesInfoNV
impl Copy for SciSyncAttributesInfoNV
Auto Trait Implementations§
impl Freeze for SciSyncAttributesInfoNV
impl RefUnwindSafe for SciSyncAttributesInfoNV
impl !Send for SciSyncAttributesInfoNV
impl !Sync for SciSyncAttributesInfoNV
impl Unpin for SciSyncAttributesInfoNV
impl UnsafeUnpin for SciSyncAttributesInfoNV
impl UnwindSafe for SciSyncAttributesInfoNV
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