#[repr(C)]pub struct CatchableTypeArray {
pub catchable_types: i32,
pub array: [Ptr<CatchableType>; 0],
}Fields§
§catchable_types: i32Number of entries in the following array.
array: [Ptr<CatchableType>; 0]Array of pointers to catchable types.
Trait Implementations§
Source§impl Debug for CatchableTypeArray
impl Debug for CatchableTypeArray
impl Pod for CatchableTypeArray
Auto Trait Implementations§
impl Freeze for CatchableTypeArray
impl RefUnwindSafe for CatchableTypeArray
impl Send for CatchableTypeArray
impl Sync for CatchableTypeArray
impl Unpin for CatchableTypeArray
impl UnwindSafe for CatchableTypeArray
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
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.