#[repr(C)]pub struct PsAttributeList {
pub size: u32,
pub unk1: u32,
pub unk2: u32,
pub unk3: *mut u32,
pub unk4: u32,
pub unk5: u32,
pub unk6: u32,
pub unk7: *mut u32,
pub unk8: u32,
}Fields§
§size: u32§unk1: u32§unk2: u32§unk3: *mut u32§unk4: u32§unk5: u32§unk6: u32§unk7: *mut u32§unk8: u32Auto Trait Implementations§
impl !Send for PsAttributeList
impl !Sync for PsAttributeList
impl Freeze for PsAttributeList
impl RefUnwindSafe for PsAttributeList
impl Unpin for PsAttributeList
impl UnsafeUnpin for PsAttributeList
impl UnwindSafe for PsAttributeList
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