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: u32
The horizontal start position of the command in pixels.
width: u32
The width of the command in pixels.
alpha_idx: usize
The 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