#[repr(C, packed(4))]pub struct LLA_INFO {
pub __bindgen_anon_1: LLA_INFO__bindgen_ty_1,
pub data_ptr: PVOID,
}
Fields§
§__bindgen_anon_1: LLA_INFO__bindgen_ty_1
§data_ptr: PVOID
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLA_INFO
impl !Send for LLA_INFO
impl !Sync for LLA_INFO
impl Unpin for LLA_INFO
impl UnwindSafe for LLA_INFO
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