#[repr(C)]pub struct ClutterImage {
pub parent_instance: GObject,
pub priv_: *mut ClutterImagePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut ClutterImagePrivate
Trait Implementations§
Source§impl Clone for ClutterImage
impl Clone for ClutterImage
Source§fn clone(&self) -> ClutterImage
fn clone(&self) -> ClutterImage
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 ClutterImage
impl Debug for ClutterImage
impl Copy for ClutterImage
Auto Trait Implementations§
impl Freeze for ClutterImage
impl RefUnwindSafe for ClutterImage
impl !Send for ClutterImage
impl !Sync for ClutterImage
impl Unpin for ClutterImage
impl UnwindSafe for ClutterImage
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