#[repr(C)]pub struct libfive_pixels {
pub pixels: *mut bool,
pub width: u32,
pub height: u32,
}
Fields§
§pixels: *mut bool
§width: u32
§height: u32
Trait Implementations§
Source§impl Clone for libfive_pixels
impl Clone for libfive_pixels
Source§fn clone(&self) -> libfive_pixels
fn clone(&self) -> libfive_pixels
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 libfive_pixels
impl Debug for libfive_pixels
Source§impl PartialEq for libfive_pixels
impl PartialEq for libfive_pixels
impl Copy for libfive_pixels
impl Eq for libfive_pixels
impl StructuralPartialEq for libfive_pixels
Auto Trait Implementations§
impl Freeze for libfive_pixels
impl RefUnwindSafe for libfive_pixels
impl !Send for libfive_pixels
impl !Sync for libfive_pixels
impl Unpin for libfive_pixels
impl UnwindSafe for libfive_pixels
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