#[repr(C)]pub struct ClutterDeviceManager {
pub parent_instance: GObject,
pub priv_: *mut ClutterDeviceManagerPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut ClutterDeviceManagerPrivateTrait Implementations§
Source§impl Clone for ClutterDeviceManager
impl Clone for ClutterDeviceManager
Source§fn clone(&self) -> ClutterDeviceManager
fn clone(&self) -> ClutterDeviceManager
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClutterDeviceManager
Auto Trait Implementations§
impl !Send for ClutterDeviceManager
impl !Sync for ClutterDeviceManager
impl Freeze for ClutterDeviceManager
impl RefUnwindSafe for ClutterDeviceManager
impl Unpin for ClutterDeviceManager
impl UnsafeUnpin for ClutterDeviceManager
impl UnwindSafe for ClutterDeviceManager
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