#[repr(C)]pub struct Box0 {
pub ind: usize,
pub colors: usize,
pub sum: usize,
}
Expand description
Represents a box of ColorMap pixels.
Fields§
§ind: usize
Index in the ColorMap.
colors: usize
Colors of this box.
sum: usize
Sum of pixel values.
Implementations§
Trait Implementations§
impl Copy for Box0
impl StructuralPartialEq for Box0
Auto Trait Implementations§
impl Freeze for Box0
impl RefUnwindSafe for Box0
impl Send for Box0
impl Sync for Box0
impl Unpin for Box0
impl UnwindSafe for Box0
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