#[repr(C)]pub struct RefreshObjectKHR {
pub object_type: ObjectType,
pub object_handle: u64,
pub flags: RefreshObjectFlagsKHR,
}Expand description
Fields§
§object_type: ObjectType§object_handle: u64Thread safety: must be externally synchronized.
flags: RefreshObjectFlagsKHRImplementations§
Source§impl RefreshObjectKHR
impl RefreshObjectKHR
Sourcepub fn builder() -> RefreshObjectKHRBuilder
pub fn builder() -> RefreshObjectKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for RefreshObjectKHR
impl Clone for RefreshObjectKHR
Source§fn clone(&self) -> RefreshObjectKHR
fn clone(&self) -> RefreshObjectKHR
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 RefreshObjectKHR
impl Debug for RefreshObjectKHR
Source§impl Default for RefreshObjectKHR
impl Default for RefreshObjectKHR
impl Copy for RefreshObjectKHR
Auto Trait Implementations§
impl Freeze for RefreshObjectKHR
impl RefUnwindSafe for RefreshObjectKHR
impl Send for RefreshObjectKHR
impl Sync for RefreshObjectKHR
impl Unpin for RefreshObjectKHR
impl UnsafeUnpin for RefreshObjectKHR
impl UnwindSafe for RefreshObjectKHR
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