#[repr(C)]pub struct PhoshLayerSurface {
pub parent_instance: GtkWindow,
}Fields§
§parent_instance: GtkWindowTrait Implementations§
Source§impl Clone for PhoshLayerSurface
impl Clone for PhoshLayerSurface
Source§fn clone(&self) -> PhoshLayerSurface
fn clone(&self) -> PhoshLayerSurface
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 PhoshLayerSurface
impl Debug for PhoshLayerSurface
impl Copy for PhoshLayerSurface
Auto Trait Implementations§
impl Freeze for PhoshLayerSurface
impl RefUnwindSafe for PhoshLayerSurface
impl !Send for PhoshLayerSurface
impl !Sync for PhoshLayerSurface
impl Unpin for PhoshLayerSurface
impl UnwindSafe for PhoshLayerSurface
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