Struct r_efi::system::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: u32Trait Implementations§
source§impl Clone for OpenProtocolInformationEntry
impl Clone for OpenProtocolInformationEntry
source§fn clone(&self) -> OpenProtocolInformationEntry
fn clone(&self) -> OpenProtocolInformationEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OpenProtocolInformationEntry
impl Debug for OpenProtocolInformationEntry
impl Copy for OpenProtocolInformationEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)