Struct PUNCTUATION
#[repr(C, packed(4))]pub struct PUNCTUATION {
pub iSize: u32,
pub szPunctuation: PSTR,
}Fields§
§iSize: u32§szPunctuation: PSTRTrait Implementations§
§impl Clone for PUNCTUATION
impl Clone for PUNCTUATION
§fn clone(&self) -> PUNCTUATION
fn clone(&self) -> PUNCTUATION
Returns a duplicate 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 more§impl Default for PUNCTUATION
impl Default for PUNCTUATION
§fn default() -> PUNCTUATION
fn default() -> PUNCTUATION
Returns the “default value” for a type. Read more
impl 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