Struct windows_sys::Win32::Storage::Xps::PSINJECTDATA
[−]#[repr(C)]pub struct PSINJECTDATA {
pub DataBytes: u32,
pub InjectionPoint: PSINJECT_POINT,
pub PageNumber: u16,
}
Expand description
Required features: "Win32_Storage_Xps"
Fields
DataBytes: u32
InjectionPoint: PSINJECT_POINT
PageNumber: u16
Trait Implementations
impl Clone for PSINJECTDATA
impl Clone for PSINJECTDATA
impl Copy for PSINJECTDATA
Auto Trait Implementations
impl RefUnwindSafe for PSINJECTDATA
impl Send for PSINJECTDATA
impl Sync for PSINJECTDATA
impl Unpin for PSINJECTDATA
impl UnwindSafe for PSINJECTDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more