Struct SPDISPLAYTOKEN
#[repr(C)]pub struct SPDISPLAYTOKEN {
pub pszLexical: PCWSTR,
pub pszDisplay: PCWSTR,
pub bDisplayAttributes: u8,
}
Fields§
§pszLexical: PCWSTR
§pszDisplay: PCWSTR
§bDisplayAttributes: u8
Trait Implementations§
§impl Clone for SPDISPLAYTOKEN
impl Clone for SPDISPLAYTOKEN
§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 more§impl Debug for SPDISPLAYTOKEN
impl Debug for SPDISPLAYTOKEN
§impl Default for SPDISPLAYTOKEN
impl Default for SPDISPLAYTOKEN
§impl PartialEq for SPDISPLAYTOKEN
impl PartialEq for SPDISPLAYTOKEN
impl Copy for SPDISPLAYTOKEN
impl StructuralPartialEq 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