structstd.os.uefi.tables.OpenProtocolAttributes[src]

Fields

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

Source Code

Source code
pub 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,
}