pub struct KWinPid(/* private fields */);Expand description
PID of kwin_wayland. SAFETY: users should ensure this is the pid of kwin_wayland, and this PID is valid before this program exited.
Implementations§
Trait Implementations§
impl Copy for KWinPid
impl Eq for KWinPid
impl StructuralPartialEq for KWinPid
Auto Trait Implementations§
impl Freeze for KWinPid
impl RefUnwindSafe for KWinPid
impl Send for KWinPid
impl Sync for KWinPid
impl Unpin for KWinPid
impl UnsafeUnpin for KWinPid
impl UnwindSafe for KWinPid
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