#[repr(C)]pub struct PsAttribute {
pub attribute: usize,
pub size: usize,
pub union: PsAttributeU,
pub return_length: *mut usize,
}Fields§
§attribute: usize§size: usize§union: PsAttributeU§return_length: *mut usizeAuto Trait Implementations§
impl !Send for PsAttribute
impl !Sync for PsAttribute
impl Freeze for PsAttribute
impl RefUnwindSafe for PsAttribute
impl Unpin for PsAttribute
impl UnsafeUnpin for PsAttribute
impl UnwindSafe for PsAttribute
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