#[repr(C, packed(1))]pub struct COutput_GetGreyscaleBlob {
pub Result: CEnum,
pub BlobLinePositionsX: *mut c_uint,
pub BlobLinePositionsXSize: c_uint,
pub BlobLinePositionsY: *mut c_uint,
pub BlobLinePositionsYSize: c_uint,
pub BlobLinePixelValues: *mut c_uchar,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§BlobLinePositionsX: *mut c_uint§BlobLinePositionsXSize: c_uint§BlobLinePositionsY: *mut c_uint§BlobLinePositionsYSize: c_uint§BlobLinePixelValues: *mut c_ucharTrait Implementations§
Source§impl Clone for COutput_GetGreyscaleBlob
impl Clone for COutput_GetGreyscaleBlob
Source§fn clone(&self) -> COutput_GetGreyscaleBlob
fn clone(&self) -> COutput_GetGreyscaleBlob
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for COutput_GetGreyscaleBlob
impl Debug for COutput_GetGreyscaleBlob
impl Copy for COutput_GetGreyscaleBlob
Auto Trait Implementations§
impl Freeze for COutput_GetGreyscaleBlob
impl RefUnwindSafe for COutput_GetGreyscaleBlob
impl !Send for COutput_GetGreyscaleBlob
impl !Sync for COutput_GetGreyscaleBlob
impl Unpin for COutput_GetGreyscaleBlob
impl UnwindSafe for COutput_GetGreyscaleBlob
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