pub struct BinaryByteSliceImage<'b> { /* private fields */ }Expand description
An image which is described by a row major slice of bytes, with one byte per pixel. To determine if a byte is inside or outside, it is compared to a threshold. The default threshold is 127.
Trait Implementations§
Auto Trait Implementations§
impl<'b> Freeze for BinaryByteSliceImage<'b>
impl<'b> RefUnwindSafe for BinaryByteSliceImage<'b>
impl<'b> Send for BinaryByteSliceImage<'b>
impl<'b> Sync for BinaryByteSliceImage<'b>
impl<'b> Unpin for BinaryByteSliceImage<'b>
impl<'b> UnwindSafe for BinaryByteSliceImage<'b>
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