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