pub struct BinSpan {
pub x: i32,
pub len: i32,
}Expand description
A horizontal span in a binary scanline (no coverage data).
Fields§
§x: i32§len: i32Trait Implementations§
impl Copy for BinSpan
Auto Trait Implementations§
impl Freeze for BinSpan
impl RefUnwindSafe for BinSpan
impl Send for BinSpan
impl Sync for BinSpan
impl Unpin for BinSpan
impl UnwindSafe for BinSpan
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