by_handle_protocol: bool = falseget_protocol: bool = falsetest_protocol: bool = falseby_child_controller: bool = falseby_driver: bool = falseexclusive: bool = falsereserved: u26 = 0pub const OpenProtocolAttributes = packed struct(u32) {
by_handle_protocol: bool = false,
get_protocol: bool = false,
test_protocol: bool = false,
by_child_controller: bool = false,
by_driver: bool = false,
exclusive: bool = false,
reserved: u26 = 0,
}