Struct ImageFormat
pub struct ImageFormat(/* private fields */);
Implementations§
§impl ImageFormat
impl ImageFormat
pub const XY_BITMAP: ImageFormat = _
pub const XY_PIXMAP: ImageFormat = _
pub const Z_PIXMAP: ImageFormat = _
Trait Implementations§
§impl Clone for ImageFormat
impl Clone for ImageFormat
§fn clone(&self) -> ImageFormat
fn clone(&self) -> ImageFormat
Returns a copy 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 more§impl Debug for ImageFormat
impl Debug for ImageFormat
§impl Default for ImageFormat
impl Default for ImageFormat
§fn default() -> ImageFormat
fn default() -> ImageFormat
Returns the “default value” for a type. Read more
§impl From<u8> for ImageFormat
impl From<u8> for ImageFormat
§fn from(value: u8) -> ImageFormat
fn from(value: u8) -> ImageFormat
Converts to this type from the input type.
§impl Hash for ImageFormat
impl Hash for ImageFormat
§impl Ord for ImageFormat
impl Ord for ImageFormat
§impl PartialEq for ImageFormat
impl PartialEq for ImageFormat
§impl PartialOrd for ImageFormat
impl PartialOrd for ImageFormat
impl Copy for ImageFormat
impl Eq for ImageFormat
impl StructuralPartialEq for ImageFormat
Auto Trait Implementations§
impl Freeze for ImageFormat
impl RefUnwindSafe for ImageFormat
impl Send for ImageFormat
impl Sync for ImageFormat
impl Unpin for ImageFormat
impl UnwindSafe for ImageFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)