#[repr(C)]pub struct TransScreen {}Expand description
TransScreen
Fields§
§ep: [f32; 4]float ep[4]
la: [f32; 4]float la[4]
top: [f32; 4]float top[4]
winname: PCWSTRpointer to buf
x: i32LONG x
y: i32LONG y
w: i32LONG w
h: i32LONG h
owner: HWNDHWND owner
wnd: HWNDHWND wnd
mdc: HDCHDC mdc
bmp: HBITMAPHBITMAP bmp
buf: Vec<u16>temp
Auto Trait Implementations§
impl Freeze for TransScreen
impl RefUnwindSafe for TransScreen
impl !Send for TransScreen
impl !Sync for TransScreen
impl Unpin for TransScreen
impl UnsafeUnpin for TransScreen
impl UnwindSafe for TransScreen
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