#[repr(C)]pub struct ConfigTree { /* private fields */ }
Implementations§
Source§impl ConfigTree
impl ConfigTree
pub unsafe fn raw_next(&self) -> UniquePtr<ConfigTree>
Source§impl ConfigTree
impl ConfigTree
pub unsafe fn unique(&self) -> UniquePtr<ConfigTree>
Source§impl ConfigTree
impl ConfigTree
pub unsafe fn parent(&self) -> UniquePtr<ConfigTree>
Source§impl ConfigTree
impl ConfigTree
pub unsafe fn child(&self) -> UniquePtr<ConfigTree>
Trait Implementations§
Source§impl ExternType for ConfigTree
impl ExternType for ConfigTree
impl UniquePtrTarget for ConfigTree
Auto Trait Implementations§
impl !Freeze for ConfigTree
impl RefUnwindSafe for ConfigTree
impl !Send for ConfigTree
impl !Sync for ConfigTree
impl !Unpin for ConfigTree
impl UnwindSafe for ConfigTree
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