#[repr(C)]pub struct SPDISPLAYTOKEN {
pub pszLexical: *const WCHAR,
pub pszDisplay: *const WCHAR,
pub bDisplayAttributes: BYTE,
}
Fields§
§pszLexical: *const WCHAR
§pszDisplay: *const WCHAR
§bDisplayAttributes: BYTE
Trait Implementations§
Source§impl Clone for SPDISPLAYTOKEN
impl Clone for SPDISPLAYTOKEN
Source§fn clone(&self) -> SPDISPLAYTOKEN
fn clone(&self) -> SPDISPLAYTOKEN
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 moreSource§impl Default for SPDISPLAYTOKEN
impl Default for SPDISPLAYTOKEN
Source§fn default() -> SPDISPLAYTOKEN
fn default() -> SPDISPLAYTOKEN
Returns the “default value” for a type. Read more
impl Copy for SPDISPLAYTOKEN
Auto Trait Implementations§
impl Freeze for SPDISPLAYTOKEN
impl RefUnwindSafe for SPDISPLAYTOKEN
impl !Send for SPDISPLAYTOKEN
impl !Sync for SPDISPLAYTOKEN
impl Unpin for SPDISPLAYTOKEN
impl UnwindSafe for SPDISPLAYTOKEN
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