#[repr(C)]pub struct VncBaseFramebufferClass {
pub parent_class: GObjectClass,
pub _vnc_reserved: [gpointer; 4],
}Fields§
§parent_class: GObjectClass§_vnc_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for VncBaseFramebufferClass
impl Clone for VncBaseFramebufferClass
Source§fn clone(&self) -> VncBaseFramebufferClass
fn clone(&self) -> VncBaseFramebufferClass
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 VncBaseFramebufferClass
Auto Trait Implementations§
impl !Send for VncBaseFramebufferClass
impl !Sync for VncBaseFramebufferClass
impl Freeze for VncBaseFramebufferClass
impl RefUnwindSafe for VncBaseFramebufferClass
impl Unpin for VncBaseFramebufferClass
impl UnsafeUnpin for VncBaseFramebufferClass
impl UnwindSafe for VncBaseFramebufferClass
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