Struct windows_sys::Win32::Devices::Display::STROBJ
#[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: PWSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STROBJ
impl RefUnwindSafe for STROBJ
impl !Send for STROBJ
impl !Sync for STROBJ
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)