#[repr(C)]pub struct ClutterTextureClass {
pub parent_class: ClutterActorClass,
pub size_change: Option<unsafe extern "C" fn(*mut ClutterTexture, c_int, c_int)>,
pub pixbuf_change: Option<unsafe extern "C" fn(*mut ClutterTexture)>,
pub load_finished: Option<unsafe extern "C" fn(*mut ClutterTexture, *const GError)>,
pub _clutter_texture1: Option<unsafe extern "C" fn()>,
pub _clutter_texture2: Option<unsafe extern "C" fn()>,
pub _clutter_texture3: Option<unsafe extern "C" fn()>,
pub _clutter_texture4: Option<unsafe extern "C" fn()>,
pub _clutter_texture5: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: ClutterActorClass
§size_change: Option<unsafe extern "C" fn(*mut ClutterTexture, c_int, c_int)>
§pixbuf_change: Option<unsafe extern "C" fn(*mut ClutterTexture)>
§load_finished: Option<unsafe extern "C" fn(*mut ClutterTexture, *const GError)>
§_clutter_texture1: Option<unsafe extern "C" fn()>
§_clutter_texture2: Option<unsafe extern "C" fn()>
§_clutter_texture3: Option<unsafe extern "C" fn()>
§_clutter_texture4: Option<unsafe extern "C" fn()>
§_clutter_texture5: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for ClutterTextureClass
impl Clone for ClutterTextureClass
Source§fn clone(&self) -> ClutterTextureClass
fn clone(&self) -> ClutterTextureClass
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 ClutterTextureClass
impl Debug for ClutterTextureClass
impl Copy for ClutterTextureClass
Auto Trait Implementations§
impl Freeze for ClutterTextureClass
impl RefUnwindSafe for ClutterTextureClass
impl !Send for ClutterTextureClass
impl !Sync for ClutterTextureClass
impl Unpin for ClutterTextureClass
impl UnwindSafe for ClutterTextureClass
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