#[repr(C)]pub struct HInt2Pixel {
pub p: *mut i16,
pub num_bits: i8,
}
Fields§
§p: *mut i16
§num_bits: i8
Trait Implementations§
Source§impl Clone for HInt2Pixel
impl Clone for HInt2Pixel
Source§fn clone(&self) -> HInt2Pixel
fn clone(&self) -> HInt2Pixel
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 HInt2Pixel
impl Debug for HInt2Pixel
impl Copy for HInt2Pixel
Auto Trait Implementations§
impl Freeze for HInt2Pixel
impl RefUnwindSafe for HInt2Pixel
impl !Send for HInt2Pixel
impl !Sync for HInt2Pixel
impl Unpin for HInt2Pixel
impl UnwindSafe for HInt2Pixel
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