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