#[repr(C)]pub(crate) struct ExternalVectorTable {
pub(crate) entries: [unsafe extern "C" fn(); 240],
}Fields§
§entries: [unsafe extern "C" fn(); 240]Auto Trait Implementations§
impl Freeze for ExternalVectorTable
impl RefUnwindSafe for ExternalVectorTable
impl Send for ExternalVectorTable
impl Sync for ExternalVectorTable
impl Unpin for ExternalVectorTable
impl UnwindSafe for ExternalVectorTable
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