pub struct CmdClipAlphaFill {
pub x: u32,
pub width: u32,
pub alpha_idx: usize,
}Expand description
Same as strip, but composites top of clip stack to next on stack.
Fields§
§x: u32The horizontal start position of the command in pixels.
width: u32The width of the command in pixels.
alpha_idx: usizeThe start index into the alpha buffer of the command.
Trait Implementations§
Source§impl Debug for CmdClipAlphaFill
impl Debug for CmdClipAlphaFill
Source§impl PartialEq for CmdClipAlphaFill
impl PartialEq for CmdClipAlphaFill
impl Eq for CmdClipAlphaFill
impl StructuralPartialEq for CmdClipAlphaFill
Auto Trait Implementations§
impl Freeze for CmdClipAlphaFill
impl RefUnwindSafe for CmdClipAlphaFill
impl Send for CmdClipAlphaFill
impl Sync for CmdClipAlphaFill
impl Unpin for CmdClipAlphaFill
impl UnwindSafe for CmdClipAlphaFill
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.