Struct luminance::scissor::ScissorRegion [−][src]
Expand description
The region outside of which fragments will be discarded.
Fields
x: u32
The x screen position of the scissor region.
y: u32
The y screen position of the scissor region.
width: u32
The screen width of the scissor region.
height: u32
The screen height of the scissor region.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ScissorRegion
impl Send for ScissorRegion
impl Sync for ScissorRegion
impl Unpin for ScissorRegion
impl UnwindSafe for ScissorRegion
Blanket Implementations
Mutably borrows from an owned value. Read more