#[repr(C)]pub struct SynchronisationStageFlags {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SynchronisationStageFlags
impl SynchronisationStageFlags
pub fn vertex_processing() -> Self
pub fn pixel_processing() -> Self
pub fn compute_processing() -> Self
pub fn all_gpu_operations() -> Self
Trait Implementations§
Source§impl Clone for SynchronisationStageFlags
impl Clone for SynchronisationStageFlags
Source§fn clone(&self) -> SynchronisationStageFlags
fn clone(&self) -> SynchronisationStageFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SynchronisationStageFlags
impl Debug for SynchronisationStageFlags
Source§impl PartialEq for SynchronisationStageFlags
impl PartialEq for SynchronisationStageFlags
impl Copy for SynchronisationStageFlags
impl Eq for SynchronisationStageFlags
impl StructuralPartialEq for SynchronisationStageFlags
Auto Trait Implementations§
impl Freeze for SynchronisationStageFlags
impl RefUnwindSafe for SynchronisationStageFlags
impl Send for SynchronisationStageFlags
impl Sync for SynchronisationStageFlags
impl Unpin for SynchronisationStageFlags
impl UnwindSafe for SynchronisationStageFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)