Struct PUNCTUATION
#[repr(C, packed(4))]pub struct PUNCTUATION {
pub iSize: u32,
pub szPunctuation: PSTR,
}
Fields§
§iSize: u32
§szPunctuation: PSTR
Trait Implementations§
§impl Clone for PUNCTUATION
impl Clone for PUNCTUATION
§fn clone(&self) -> PUNCTUATION
fn clone(&self) -> PUNCTUATION
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PUNCTUATION
Auto Trait Implementations§
impl Freeze for PUNCTUATION
impl RefUnwindSafe for PUNCTUATION
impl !Send for PUNCTUATION
impl !Sync for PUNCTUATION
impl Unpin for PUNCTUATION
impl UnwindSafe for PUNCTUATION
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