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