#[repr(C)]pub struct Bridge {
pub vtable_: *const Bridge__bindgen_vtable,
pub str_: *mut i8,
}
Expand description
Bridge for cpp
Fields§
§vtable_: *const Bridge__bindgen_vtable
§str_: *mut i8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bridge
impl RefUnwindSafe for Bridge
impl !Send for Bridge
impl !Sync for Bridge
impl Unpin for Bridge
impl UnwindSafe for Bridge
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