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