#[repr(C, align(4))]pub struct _ocsd_pe_context__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]Implementations§
Source§impl _ocsd_pe_context__bindgen_ty_1
impl _ocsd_pe_context__bindgen_ty_1
pub fn bits64(&self) -> u32
pub fn set_bits64(&mut self, val: u32)
pub unsafe fn bits64_raw(this: *const Self) -> u32
pub unsafe fn set_bits64_raw(this: *mut Self, val: u32)
pub fn ctxt_id_valid(&self) -> u32
pub fn set_ctxt_id_valid(&mut self, val: u32)
pub unsafe fn ctxt_id_valid_raw(this: *const Self) -> u32
pub unsafe fn set_ctxt_id_valid_raw(this: *mut Self, val: u32)
pub fn vmid_valid(&self) -> u32
pub fn set_vmid_valid(&mut self, val: u32)
pub unsafe fn vmid_valid_raw(this: *const Self) -> u32
pub unsafe fn set_vmid_valid_raw(this: *mut Self, val: u32)
pub fn el_valid(&self) -> u32
pub fn set_el_valid(&mut self, val: u32)
pub unsafe fn el_valid_raw(this: *const Self) -> u32
pub unsafe fn set_el_valid_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( bits64: u32, ctxt_id_valid: u32, vmid_valid: u32, el_valid: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for _ocsd_pe_context__bindgen_ty_1
impl Clone for _ocsd_pe_context__bindgen_ty_1
Source§fn clone(&self) -> _ocsd_pe_context__bindgen_ty_1
fn clone(&self) -> _ocsd_pe_context__bindgen_ty_1
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 moreimpl Copy for _ocsd_pe_context__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _ocsd_pe_context__bindgen_ty_1
impl RefUnwindSafe for _ocsd_pe_context__bindgen_ty_1
impl Send for _ocsd_pe_context__bindgen_ty_1
impl Sync for _ocsd_pe_context__bindgen_ty_1
impl Unpin for _ocsd_pe_context__bindgen_ty_1
impl UnwindSafe for _ocsd_pe_context__bindgen_ty_1
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