#[repr(C)]pub struct IExceptionPrefs {
pub ie_Tags: __IncompleteArrayField<TagItem>,
}Fields§
§ie_Tags: __IncompleteArrayField<TagItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IExceptionPrefs
impl RefUnwindSafe for IExceptionPrefs
impl Send for IExceptionPrefs
impl Sync for IExceptionPrefs
impl Unpin for IExceptionPrefs
impl UnwindSafe for IExceptionPrefs
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