#[repr(transparent)]pub struct PanelManager(*const c_void);
Expand description
struct panel_manager*
Tuple Fields§
§0: *const c_void
Trait Implementations§
Source§impl Clone for PanelManager
impl Clone for PanelManager
Source§fn clone(&self) -> PanelManager
fn clone(&self) -> PanelManager
Returns a copy 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 moreimpl Copy for PanelManager
Auto Trait Implementations§
impl Freeze for PanelManager
impl RefUnwindSafe for PanelManager
impl !Send for PanelManager
impl !Sync for PanelManager
impl Unpin for PanelManager
impl UnwindSafe for PanelManager
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