#[repr(C, align(4))]pub struct efi_gpe_Attrs {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>Implementations§
Source§impl efi_gpe_Attrs
impl efi_gpe_Attrs
pub fn PartitionAttrs(&self) -> u32
pub fn set_PartitionAttrs(&mut self, val: u32)
pub fn Reserved2(&self) -> u32
pub fn set_Reserved2(&mut self, val: u32)
pub fn Reserved1(&self) -> u32
pub fn set_Reserved1(&mut self, val: u32)
pub fn RequiredPartition(&self) -> u32
pub fn set_RequiredPartition(&mut self, val: u32)
pub fn new_bitfield_1( PartitionAttrs: u32, Reserved2: u32, Reserved1: u32, RequiredPartition: u32, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for efi_gpe_Attrs
impl Clone for efi_gpe_Attrs
Source§fn clone(&self) -> efi_gpe_Attrs
fn clone(&self) -> efi_gpe_Attrs
Returns a duplicate 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 efi_gpe_Attrs
impl Debug for efi_gpe_Attrs
impl Copy for efi_gpe_Attrs
Auto Trait Implementations§
impl Freeze for efi_gpe_Attrs
impl RefUnwindSafe for efi_gpe_Attrs
impl Send for efi_gpe_Attrs
impl Sync for efi_gpe_Attrs
impl Unpin for efi_gpe_Attrs
impl UnwindSafe for efi_gpe_Attrs
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