Struct windows_sys::UI::Text::LetterCase
[−]#[repr(transparent)]pub struct LetterCase(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl LetterCase
impl LetterCase
Trait Implementations
impl Clone for LetterCase
impl Clone for LetterCase
impl Copy for LetterCase
Auto Trait Implementations
impl RefUnwindSafe for LetterCase
impl Send for LetterCase
impl Sync for LetterCase
impl Unpin for LetterCase
impl UnwindSafe for LetterCase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more