mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
vtable add support for field offset in the vtable
This commit is contained in:
parent
751a3fbe59
commit
5a9cbaae66
7 changed files with 100 additions and 46 deletions
|
@ -1,3 +1,4 @@
|
|||
pub use const_field_offset::FieldOffset;
|
||||
use core::marker::PhantomData;
|
||||
use core::ops::{Deref, DerefMut, Drop};
|
||||
use core::ptr::NonNull;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue