Struct phper_sys::_zend_leak_info [−][src]
#[repr(C)]pub struct _zend_leak_info { pub addr: *mut c_void, pub size: usize, pub filename: *const c_char, pub orig_filename: *const c_char, pub lineno: u32, pub orig_lineno: u32, }
Fields
addr: *mut c_voidsize: usizefilename: *const c_charorig_filename: *const c_charlineno: u32orig_lineno: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_leak_infoimpl !Send for _zend_leak_infoimpl !Sync for _zend_leak_infoimpl Unpin for _zend_leak_infoimpl UnwindSafe for _zend_leak_infoBlanket Implementations
Mutably borrows from an owned value. Read more