#[repr(C)]pub struct dwl_context {
pub _bindgen_opaque_blob: [u64; 52],
}Fields§
§_bindgen_opaque_blob: [u64; 52]Auto Trait Implementations§
impl Freeze for dwl_context
impl RefUnwindSafe for dwl_context
impl Send for dwl_context
impl Sync for dwl_context
impl Unpin for dwl_context
impl UnwindSafe for dwl_context
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