[][src]Macro libbluetooth::STRUCT

macro_rules! STRUCT {
    (#[debug] $($rest:tt)*) => { ... };
    ($(#[$attrs:meta])* struct $name:ident {
        $($field:ident: $ftype:ty,)+
    }) => { ... };
}