#[repr(C)]pub struct DWRITE_JUSTIFICATION_OPPORTUNITY {
pub expansionMinimum: f32,
pub expansionMaximum: f32,
pub compressionMaximum: f32,
pub _bitfield: u32,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
expansionMinimum: f32
expansionMaximum: f32
compressionMaximum: f32
_bitfield: u32
Trait Implementations
impl Clone for DWRITE_JUSTIFICATION_OPPORTUNITY
impl Clone for DWRITE_JUSTIFICATION_OPPORTUNITY
impl Copy for DWRITE_JUSTIFICATION_OPPORTUNITY
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_JUSTIFICATION_OPPORTUNITY
impl Send for DWRITE_JUSTIFICATION_OPPORTUNITY
impl Sync for DWRITE_JUSTIFICATION_OPPORTUNITY
impl Unpin for DWRITE_JUSTIFICATION_OPPORTUNITY
impl UnwindSafe for DWRITE_JUSTIFICATION_OPPORTUNITY
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