pub struct FfiBindings(pub Arc<[usize]>);Tuple Fields§
§0: Arc<[usize]>Auto Trait Implementations§
impl Freeze for FfiBindings
impl RefUnwindSafe for FfiBindings
impl Send for FfiBindings
impl Sync for FfiBindings
impl Unpin for FfiBindings
impl UnwindSafe for FfiBindings
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