pub struct PixbufFormat(/* private fields */);
Implementations§
Source§impl PixbufFormat
impl PixbufFormat
pub fn get_description(&self) -> Option<GString>
pub fn get_extensions(&self) -> Vec<GString>
pub fn get_license(&self) -> Option<GString>
pub fn get_mime_types(&self) -> Vec<GString>
pub fn get_name(&self) -> Option<GString>
pub fn is_disabled(&self) -> bool
pub fn is_scalable(&self) -> bool
pub fn is_writable(&self) -> bool
pub fn set_disabled(&mut self, disabled: bool)
Trait Implementations§
Source§impl Clone for PixbufFormat
impl Clone for PixbufFormat
Source§fn clone(&self) -> PixbufFormat
fn clone(&self) -> PixbufFormat
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 moreSource§impl Debug for PixbufFormat
impl Debug for PixbufFormat
Source§impl Hash for PixbufFormat
impl Hash for PixbufFormat
Source§impl Ord for PixbufFormat
impl Ord for PixbufFormat
Source§fn cmp(&self, other: &PixbufFormat) -> Ordering
fn cmp(&self, other: &PixbufFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PixbufFormat
impl PartialEq for PixbufFormat
Source§impl PartialOrd for PixbufFormat
impl PartialOrd for PixbufFormat
Source§impl StaticType for PixbufFormat
impl StaticType for PixbufFormat
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for PixbufFormat
impl StructuralPartialEq for PixbufFormat
Auto Trait Implementations§
impl Freeze for PixbufFormat
impl RefUnwindSafe for PixbufFormat
impl !Send for PixbufFormat
impl !Sync for PixbufFormat
impl Unpin for PixbufFormat
impl UnwindSafe for PixbufFormat
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