#[repr(C)]pub struct RConsPixel {
pub w: c_int,
pub h: c_int,
pub buf: *mut c_uchar,
pub buf_size: size_t,
}
Fields§
§w: c_int
§h: c_int
§buf: *mut c_uchar
§buf_size: size_t
Trait Implementations§
Source§impl Clone for RConsPixel
impl Clone for RConsPixel
Source§fn clone(&self) -> RConsPixel
fn clone(&self) -> RConsPixel
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 RConsPixel
impl Debug for RConsPixel
impl Copy for RConsPixel
Auto Trait Implementations§
impl Freeze for RConsPixel
impl RefUnwindSafe for RConsPixel
impl !Send for RConsPixel
impl !Sync for RConsPixel
impl Unpin for RConsPixel
impl UnwindSafe for RConsPixel
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