#[repr(C)]pub struct _scconf_block {
pub parent: *mut scconf_block,
pub name: *mut scconf_list,
pub items: *mut scconf_item,
}Fields§
§parent: *mut scconf_block§name: *mut scconf_list§items: *mut scconf_itemTrait Implementations§
Source§impl Clone for _scconf_block
impl Clone for _scconf_block
Source§fn clone(&self) -> _scconf_block
fn clone(&self) -> _scconf_block
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 _scconf_block
impl Debug for _scconf_block
impl Copy for _scconf_block
Auto Trait Implementations§
impl Freeze for _scconf_block
impl RefUnwindSafe for _scconf_block
impl !Send for _scconf_block
impl !Sync for _scconf_block
impl Unpin for _scconf_block
impl UnwindSafe for _scconf_block
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