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: u32The horizontal start position of the command in pixels.
width: u32The 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
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.