#[repr(C)]pub struct Tk_PhotoImageFormat {
pub name: *const c_char,
pub fileMatchProc: Tk_ImageFileMatchProc,
pub stringMatchProc: Tk_ImageStringMatchProc,
pub fileReadProc: Tk_ImageFileReadProc,
pub stringReadProc: Tk_ImageStringReadProc,
pub fileWriteProc: Tk_ImageFileWriteProc,
pub stringWriteProc: Tk_ImageStringWriteProc,
pub nextPtr: *mut Tk_PhotoImageFormat,
}Fields§
§name: *const c_char§fileMatchProc: Tk_ImageFileMatchProc§stringMatchProc: Tk_ImageStringMatchProc§fileReadProc: Tk_ImageFileReadProc§stringReadProc: Tk_ImageStringReadProc§fileWriteProc: Tk_ImageFileWriteProc§stringWriteProc: Tk_ImageStringWriteProc§nextPtr: *mut Tk_PhotoImageFormatTrait Implementations§
Source§impl Clone for Tk_PhotoImageFormat
impl Clone for Tk_PhotoImageFormat
Source§fn clone(&self) -> Tk_PhotoImageFormat
fn clone(&self) -> Tk_PhotoImageFormat
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_PhotoImageFormat
impl Debug for Tk_PhotoImageFormat
impl Copy for Tk_PhotoImageFormat
Auto Trait Implementations§
impl Freeze for Tk_PhotoImageFormat
impl RefUnwindSafe for Tk_PhotoImageFormat
impl !Send for Tk_PhotoImageFormat
impl !Sync for Tk_PhotoImageFormat
impl Unpin for Tk_PhotoImageFormat
impl UnwindSafe for Tk_PhotoImageFormat
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