#[repr(C, align(8))]pub struct DSL_case { /* private fields */ }Trait Implementations§
source§impl ExternType for DSL_case
impl ExternType for DSL_case
source§impl MakeCppStorage for DSL_case
impl MakeCppStorage for DSL_case
impl UniquePtrTarget for DSL_case
impl WeakPtrTarget for DSL_case
Auto Trait Implementations§
impl !Freeze for DSL_case
impl !RefUnwindSafe for DSL_case
impl !Send for DSL_case
impl !Sync for DSL_case
impl !Unpin for DSL_case
impl UnwindSafe for DSL_case
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