Struct uefi_raw::table::boot::OpenProtocolInformationEntry
source · #[repr(C)]pub struct OpenProtocolInformationEntry {
pub agent_handle: Handle,
pub controller_handle: Handle,
pub attributes: u32,
pub open_count: u32,
}
Fields§
§agent_handle: Handle
§controller_handle: Handle
§attributes: u32
§open_count: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenProtocolInformationEntry
impl RefUnwindSafe for OpenProtocolInformationEntry
impl !Send for OpenProtocolInformationEntry
impl !Sync for OpenProtocolInformationEntry
impl Unpin for OpenProtocolInformationEntry
impl UnwindSafe for OpenProtocolInformationEntry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more