Struct libpanel_sys::PanelInhibitor
source · #[repr(C)]pub struct PanelInhibitor { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PanelInhibitor
impl RefUnwindSafe for PanelInhibitor
impl !Send for PanelInhibitor
impl !Sync for PanelInhibitor
impl !Unpin for PanelInhibitor
impl UnwindSafe for PanelInhibitor
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