Struct windows_sys::Win32::UI::Controls::RichEdit::PUNCTUATION
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
iSize: u32
szPunctuation: PSTR
Trait Implementations
impl Clone for PUNCTUATION
impl Clone for PUNCTUATION
impl Copy for PUNCTUATION
Auto Trait Implementations
impl RefUnwindSafe for PUNCTUATION
impl !Send for PUNCTUATION
impl !Sync for PUNCTUATION
impl Unpin for PUNCTUATION
impl UnwindSafe for PUNCTUATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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