#[repr(C)]pub struct STROBJ {
pub cGlyphs: u32,
pub flAccel: u32,
pub ulCharInc: u32,
pub rclBkGround: RECTL,
pub pgp: *mut GLYPHPOS,
pub pwszOrg: PWSTR,
}Fields§
§cGlyphs: u32§flAccel: u32§ulCharInc: u32§rclBkGround: RECTL§pgp: *mut GLYPHPOS§pwszOrg: PWSTRTrait Implementations§
Source§impl Abi for STROBJ
impl Abi for STROBJ
impl Copy for STROBJ
impl Eq for STROBJ
Auto Trait Implementations§
impl !Send for STROBJ
impl !Sync for STROBJ
impl Freeze for STROBJ
impl RefUnwindSafe for STROBJ
impl Unpin for STROBJ
impl UnsafeUnpin for STROBJ
impl UnwindSafe for STROBJ
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