#[repr(C)]pub struct r_panels_root_t {
pub n_panels: c_int,
pub cur_panels: c_int,
pub pdc_caches: *mut Sdb,
pub cur_pdc_cache: *mut Sdb,
pub panels: *mut *mut RPanels,
pub root_state: RPanelsRootState,
}
Fields§
§n_panels: c_int
§cur_panels: c_int
§pdc_caches: *mut Sdb
§cur_pdc_cache: *mut Sdb
§panels: *mut *mut RPanels
§root_state: RPanelsRootState
Trait Implementations§
Source§impl Clone for r_panels_root_t
impl Clone for r_panels_root_t
Source§fn clone(&self) -> r_panels_root_t
fn clone(&self) -> r_panels_root_t
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 r_panels_root_t
impl Debug for r_panels_root_t
impl Copy for r_panels_root_t
Auto Trait Implementations§
impl Freeze for r_panels_root_t
impl RefUnwindSafe for r_panels_root_t
impl !Send for r_panels_root_t
impl !Sync for r_panels_root_t
impl Unpin for r_panels_root_t
impl UnwindSafe for r_panels_root_t
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