Struct libhelium_sys::HeContentList
source · #[repr(C)]pub struct HeContentList {
pub parent_instance: HeBin,
pub priv_: *mut HeContentListPrivate,
pub children: *mut GList,
}
Fields§
§parent_instance: HeBin
§priv_: *mut HeContentListPrivate
§children: *mut GList
Trait Implementations§
source§impl Clone for HeContentList
impl Clone for HeContentList
source§fn clone(&self) -> HeContentList
fn clone(&self) -> HeContentList
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 moresource§impl Debug for HeContentList
impl Debug for HeContentList
impl Copy for HeContentList
Auto Trait Implementations§
impl Freeze for HeContentList
impl RefUnwindSafe for HeContentList
impl !Send for HeContentList
impl !Sync for HeContentList
impl Unpin for HeContentList
impl UnwindSafe for HeContentList
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