#[repr(C)]pub struct Tk_PhotoImageBlock {
pub pixelPtr: *mut c_uchar,
pub width: c_int,
pub height: c_int,
pub pitch: c_int,
pub pixelSize: c_int,
pub offset: [c_int; 4],
}Fields§
§pixelPtr: *mut c_uchar§width: c_int§height: c_int§pitch: c_int§pixelSize: c_int§offset: [c_int; 4]Trait Implementations§
Source§impl Clone for Tk_PhotoImageBlock
impl Clone for Tk_PhotoImageBlock
Source§fn clone(&self) -> Tk_PhotoImageBlock
fn clone(&self) -> Tk_PhotoImageBlock
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 Tk_PhotoImageBlock
impl Debug for Tk_PhotoImageBlock
impl Copy for Tk_PhotoImageBlock
Auto Trait Implementations§
impl Freeze for Tk_PhotoImageBlock
impl RefUnwindSafe for Tk_PhotoImageBlock
impl !Send for Tk_PhotoImageBlock
impl !Sync for Tk_PhotoImageBlock
impl Unpin for Tk_PhotoImageBlock
impl UnwindSafe for Tk_PhotoImageBlock
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