#[repr(C)]pub struct JSSABTab {
pub tab: *mut *mut u8,
pub len: usize,
}
Fields§
§tab: *mut *mut u8
§len: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSSABTab
impl RefUnwindSafe for JSSABTab
impl !Send for JSSABTab
impl !Sync for JSSABTab
impl Unpin for JSSABTab
impl UnwindSafe for JSSABTab
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