#[repr(C, packed(2))]pub struct pdtScale {
pub MethodID: ULONG,
pub ps_NewWidth: ULONG,
pub ps_NewHeight: ULONG,
pub ps_Flags: ULONG,
}Fields§
§MethodID: ULONG§ps_NewWidth: ULONG§ps_NewHeight: ULONG§ps_Flags: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for pdtScale
impl RefUnwindSafe for pdtScale
impl Send for pdtScale
impl Sync for pdtScale
impl Unpin for pdtScale
impl UnwindSafe for pdtScale
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