#[repr(C)]pub struct ClutterDeviceManager {
pub parent_instance: GObject,
pub priv_: *mut ClutterDeviceManagerPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut ClutterDeviceManagerPrivate
Trait 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 · 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 ClutterDeviceManager
impl Debug for ClutterDeviceManager
impl Copy for ClutterDeviceManager
Auto Trait Implementations§
impl Freeze for ClutterDeviceManager
impl RefUnwindSafe for ClutterDeviceManager
impl !Send for ClutterDeviceManager
impl !Sync for ClutterDeviceManager
impl Unpin 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