extern struct notif_sizes [src]

Used with the ::GET_NOTIF_SIZES command to check if the kernel structures have changed.

Fields

notif: u16Size of ::notif.
notif_resp: u16Size of ::resp.
data: u16Size of ::data.

Source

pub const notif_sizes = extern struct { /// Size of ::notif. notif: u16, /// Size of ::resp. notif_resp: u16, /// Size of ::data. data: u16, }