#[repr(C)]pub struct IdaxDatabaseSnapshot {
pub id: i64,
pub flags: u16,
pub description: *mut c_char,
pub filename: *mut c_char,
pub children: *mut IdaxDatabaseSnapshot,
pub child_count: usize,
}Fields§
§id: i64§flags: u16§description: *mut c_char§filename: *mut c_char§children: *mut IdaxDatabaseSnapshot§child_count: usizeTrait Implementations§
Source§impl Clone for IdaxDatabaseSnapshot
impl Clone for IdaxDatabaseSnapshot
Source§fn clone(&self) -> IdaxDatabaseSnapshot
fn clone(&self) -> IdaxDatabaseSnapshot
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 IdaxDatabaseSnapshot
impl Debug for IdaxDatabaseSnapshot
Source§impl Default for IdaxDatabaseSnapshot
impl Default for IdaxDatabaseSnapshot
impl Copy for IdaxDatabaseSnapshot
Auto Trait Implementations§
impl Freeze for IdaxDatabaseSnapshot
impl RefUnwindSafe for IdaxDatabaseSnapshot
impl !Send for IdaxDatabaseSnapshot
impl !Sync for IdaxDatabaseSnapshot
impl Unpin for IdaxDatabaseSnapshot
impl UnsafeUnpin for IdaxDatabaseSnapshot
impl UnwindSafe for IdaxDatabaseSnapshot
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