#[repr(C)]pub struct Tk_ImageType {
pub name: *const c_char,
pub createProc: Tk_ImageCreateProc,
pub getProc: Tk_ImageGetProc,
pub displayProc: Tk_ImageDisplayProc,
pub freeProc: Tk_ImageFreeProc,
pub deleteProc: Tk_ImageDeleteProc,
pub postscriptProc: Tk_ImagePostscriptProc,
pub nextPtr: *mut Tk_ImageType,
pub reserved: *mut c_char,
}Fields§
§name: *const c_char§createProc: Tk_ImageCreateProc§getProc: Tk_ImageGetProc§displayProc: Tk_ImageDisplayProc§freeProc: Tk_ImageFreeProc§deleteProc: Tk_ImageDeleteProc§postscriptProc: Tk_ImagePostscriptProc§nextPtr: *mut Tk_ImageType§reserved: *mut c_charTrait Implementations§
Source§impl Clone for Tk_ImageType
impl Clone for Tk_ImageType
Source§fn clone(&self) -> Tk_ImageType
fn clone(&self) -> Tk_ImageType
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_ImageType
impl Debug for Tk_ImageType
impl Copy for Tk_ImageType
Auto Trait Implementations§
impl Freeze for Tk_ImageType
impl RefUnwindSafe for Tk_ImageType
impl !Send for Tk_ImageType
impl !Sync for Tk_ImageType
impl Unpin for Tk_ImageType
impl UnwindSafe for Tk_ImageType
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