#[repr(C)]pub struct SE_ADT_PARAMETER_ARRAY_ENTRY {
pub Type: SE_ADT_PARAMETER_TYPE,
pub Length: u32,
pub Data: [usize; 2],
pub Address: *mut c_void,
}
Fields§
§Type: SE_ADT_PARAMETER_TYPE
§Length: u32
§Data: [usize; 2]
§Address: *mut c_void
Trait Implementations§
§impl Clone for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Clone for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Copy for SE_ADT_PARAMETER_ARRAY_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for SE_ADT_PARAMETER_ARRAY_ENTRY
impl !Send for SE_ADT_PARAMETER_ARRAY_ENTRY
impl !Sync for SE_ADT_PARAMETER_ARRAY_ENTRY
impl Unpin for SE_ADT_PARAMETER_ARRAY_ENTRY
impl UnwindSafe for SE_ADT_PARAMETER_ARRAY_ENTRY
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