#[repr(C)]pub struct RTF_WCSINFO {
pub size: u32,
pub ulFlags: u32,
pub ulInCodePage: u32,
pub ulOutCodePage: u32,
}Fields§
§size: u32§ulFlags: u32§ulInCodePage: u32§ulOutCodePage: u32Trait Implementations§
Source§impl Clone for RTF_WCSINFO
impl Clone for RTF_WCSINFO
Source§fn clone(&self) -> RTF_WCSINFO
fn clone(&self) -> RTF_WCSINFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RTF_WCSINFO
Source§impl Debug for RTF_WCSINFO
impl Debug for RTF_WCSINFO
Source§impl Default for RTF_WCSINFO
impl Default for RTF_WCSINFO
Source§fn default() -> RTF_WCSINFO
fn default() -> RTF_WCSINFO
Returns the “default value” for a type. Read more
Source§impl PartialEq for RTF_WCSINFO
impl PartialEq for RTF_WCSINFO
Source§fn eq(&self, other: &RTF_WCSINFO) -> bool
fn eq(&self, other: &RTF_WCSINFO) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RTF_WCSINFO
Auto Trait Implementations§
impl Freeze for RTF_WCSINFO
impl RefUnwindSafe for RTF_WCSINFO
impl Send for RTF_WCSINFO
impl Sync for RTF_WCSINFO
impl Unpin for RTF_WCSINFO
impl UnsafeUnpin for RTF_WCSINFO
impl UnwindSafe for RTF_WCSINFO
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