Struct windows::Win32::UI::TextServices::TsLayoutCode
#[repr(transparent)]pub struct TsLayoutCode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TsLayoutCode
impl Clone for TsLayoutCode
§fn clone(&self) -> TsLayoutCode
fn clone(&self) -> TsLayoutCode
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 TsLayoutCode
impl Debug for TsLayoutCode
§impl Default for TsLayoutCode
impl Default for TsLayoutCode
§fn default() -> TsLayoutCode
fn default() -> TsLayoutCode
Returns the “default value” for a type. Read more
§impl PartialEq for TsLayoutCode
impl PartialEq for TsLayoutCode
§fn eq(&self, other: &TsLayoutCode) -> bool
fn eq(&self, other: &TsLayoutCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TsLayoutCode
impl Eq for TsLayoutCode
impl StructuralPartialEq for TsLayoutCode
Auto Trait Implementations§
impl Freeze for TsLayoutCode
impl RefUnwindSafe for TsLayoutCode
impl Send for TsLayoutCode
impl Sync for TsLayoutCode
impl Unpin for TsLayoutCode
impl UnwindSafe for TsLayoutCode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)