pub struct FragmentShadingRate(/* private fields */);Implementations§
Source§impl FragmentShadingRate
impl FragmentShadingRate
pub const VERTICAL2_PIXELS: Self
pub const VERTICAL4_PIXELS: Self
pub const HORIZONTAL2_PIXELS: Self
pub const HORIZONTAL4_PIXELS: Self
Trait Implementations§
Source§impl BitAnd for FragmentShadingRate
impl BitAnd for FragmentShadingRate
Source§impl BitOr for FragmentShadingRate
impl BitOr for FragmentShadingRate
Source§impl Clone for FragmentShadingRate
impl Clone for FragmentShadingRate
Source§fn clone(&self) -> FragmentShadingRate
fn clone(&self) -> FragmentShadingRate
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 FragmentShadingRate
impl Debug for FragmentShadingRate
Source§impl Display for FragmentShadingRate
impl Display for FragmentShadingRate
Source§impl PartialEq for FragmentShadingRate
impl PartialEq for FragmentShadingRate
impl Copy for FragmentShadingRate
impl Eq for FragmentShadingRate
impl StructuralPartialEq for FragmentShadingRate
Auto Trait Implementations§
impl Freeze for FragmentShadingRate
impl RefUnwindSafe for FragmentShadingRate
impl Send for FragmentShadingRate
impl Sync for FragmentShadingRate
impl Unpin for FragmentShadingRate
impl UnsafeUnpin for FragmentShadingRate
impl UnwindSafe for FragmentShadingRate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.