Struct BackPixmap
pub struct BackPixmap(/* private fields */);
Implementations§
§impl BackPixmap
impl BackPixmap
pub const NONE: BackPixmap = _
pub const PARENT_RELATIVE: BackPixmap = _
Trait Implementations§
§impl Clone for BackPixmap
impl Clone for BackPixmap
§fn clone(&self) -> BackPixmap
fn clone(&self) -> BackPixmap
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 BackPixmap
impl Debug for BackPixmap
§impl Default for BackPixmap
impl Default for BackPixmap
§fn default() -> BackPixmap
fn default() -> BackPixmap
Returns the “default value” for a type. Read more
§impl From<bool> for BackPixmap
impl From<bool> for BackPixmap
§fn from(value: bool) -> BackPixmap
fn from(value: bool) -> BackPixmap
Converts to this type from the input type.
§impl Hash for BackPixmap
impl Hash for BackPixmap
§impl Ord for BackPixmap
impl Ord for BackPixmap
§impl PartialEq for BackPixmap
impl PartialEq for BackPixmap
§impl PartialOrd for BackPixmap
impl PartialOrd for BackPixmap
impl Copy for BackPixmap
impl Eq for BackPixmap
impl StructuralPartialEq for BackPixmap
Auto Trait Implementations§
impl Freeze for BackPixmap
impl RefUnwindSafe for BackPixmap
impl Send for BackPixmap
impl Sync for BackPixmap
impl Unpin for BackPixmap
impl UnwindSafe for BackPixmap
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
)