mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
minor doc changes
This commit is contained in:
parent
7fb4c544f9
commit
2a0c496e41
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
/*!
|
||||
This crate expose the `FieldOffsets` derive macro, and the required.
|
||||
This crate expose the `FieldOffsets` derive macro and the types it uses.
|
||||
|
||||
It allows to get const FieldOffset for member of a `#[repr(C)]` struct.
|
||||
The macro allows to get const FieldOffset for member of a `#[repr(C)]` struct.
|
||||
|
||||
The `FieldOffset` type is re-exported from the `field-offset` crate.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue