Struct windows_sys::UI::Text::FontWeight
[−]#[repr(C)]pub struct FontWeight {
pub Weight: u16,
}Expand description
Required features: ‘UI_Text’
Fields
Weight: u16Trait Implementations
impl Clone for FontWeight
impl Clone for FontWeight
impl Copy for FontWeight
Auto Trait Implementations
impl RefUnwindSafe for FontWeight
impl Send for FontWeight
impl Sync for FontWeight
impl Unpin for FontWeight
impl UnwindSafe for FontWeight
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more