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