#[repr(C)]pub struct STROBJ {
pub cGlyphs: u32,
pub flAccel: u32,
pub ulCharInc: u32,
pub rclBkGround: RECTL,
pub pgp: *mut GLYPHPOS,
pub pwszOrg: PWSTR,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
cGlyphs: u32
flAccel: u32
ulCharInc: u32
rclBkGround: RECTL
pgp: *mut GLYPHPOS
pwszOrg: PWSTR
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for STROBJ
impl !Send for STROBJ
impl !Sync for STROBJ
impl Unpin for STROBJ
impl UnwindSafe for STROBJ
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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