Struct mozangle::shaders::ffi::ShCompileOptionsPLS
source · #[repr(C)]pub struct ShCompileOptionsPLS {
pub type_: ShPixelLocalStorageType,
pub fragmentSynchronizationType: ShFragmentSynchronizationType,
}
Fields§
§type_: ShPixelLocalStorageType
§fragmentSynchronizationType: ShFragmentSynchronizationType
Trait Implementations§
source§impl Clone for ShCompileOptionsPLS
impl Clone for ShCompileOptionsPLS
source§fn clone(&self) -> ShCompileOptionsPLS
fn clone(&self) -> ShCompileOptionsPLS
Returns a copy 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 ShCompileOptionsPLS
impl Debug for ShCompileOptionsPLS
impl Copy for ShCompileOptionsPLS
Auto Trait Implementations§
impl Freeze for ShCompileOptionsPLS
impl RefUnwindSafe for ShCompileOptionsPLS
impl Send for ShCompileOptionsPLS
impl Sync for ShCompileOptionsPLS
impl Unpin for ShCompileOptionsPLS
impl UnwindSafe for ShCompileOptionsPLS
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