pub struct CmdClipFill {
pub x: u32,
pub width: u32,
}
Expand description
Same as fill, but copies 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.
Trait Implementations§
Source§impl Debug for CmdClipFill
impl Debug for CmdClipFill
Source§impl PartialEq for CmdClipFill
impl PartialEq for CmdClipFill
impl Eq for CmdClipFill
impl StructuralPartialEq for CmdClipFill
Auto Trait Implementations§
impl Freeze for CmdClipFill
impl RefUnwindSafe for CmdClipFill
impl Send for CmdClipFill
impl Sync for CmdClipFill
impl Unpin for CmdClipFill
impl UnwindSafe for CmdClipFill
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