#[repr(C)]pub struct iconfig_s {
pub filename: *mut u8,
pub hash: *mut ihash,
pub vhash: *mut ihash,
pub modified_hash: *mut ihash,
pub deleted_keys: *mut *mut u8,
pub changed: i32,
}Fields§
§filename: *mut u8§hash: *mut ihash§vhash: *mut ihash§modified_hash: *mut ihash§deleted_keys: *mut *mut u8§changed: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for iconfig_s
impl RefUnwindSafe for iconfig_s
impl !Send for iconfig_s
impl !Sync for iconfig_s
impl Unpin for iconfig_s
impl UnwindSafe for iconfig_s
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