Macro rustix::cmsg_space

source ·
macro_rules! cmsg_space {
    (ScmRights($len:expr)) => { ... };
    (($($($x:tt)*),+)) => { ... };
}
Available on crate feature net only.
Expand description

Macro for defining the amount of space used by CMSGs.