#[repr(C)]pub struct HMultiChannelImage {
pub channels: *mut Himage,
pub region: *mut Hrlregion,
pub num_channels: c_int,
}
Fields§
§channels: *mut Himage
§region: *mut Hrlregion
§num_channels: c_int
Trait Implementations§
Source§impl Clone for HMultiChannelImage
impl Clone for HMultiChannelImage
Source§fn clone(&self) -> HMultiChannelImage
fn clone(&self) -> HMultiChannelImage
Returns a copy 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 HMultiChannelImage
impl Debug for HMultiChannelImage
impl Copy for HMultiChannelImage
Auto Trait Implementations§
impl Freeze for HMultiChannelImage
impl RefUnwindSafe for HMultiChannelImage
impl !Send for HMultiChannelImage
impl !Sync for HMultiChannelImage
impl Unpin for HMultiChannelImage
impl UnwindSafe for HMultiChannelImage
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