#[repr(C)]pub struct VncCursor {
pub parent: GObject,
pub priv_: *mut VncCursorPrivate,
}Fields§
§parent: GObject§priv_: *mut VncCursorPrivateTrait Implementations§
Auto Trait Implementations§
impl !Send for VncCursor
impl !Sync for VncCursor
impl Freeze for VncCursor
impl RefUnwindSafe for VncCursor
impl Unpin for VncCursor
impl UnsafeUnpin for VncCursor
impl UnwindSafe for VncCursor
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