Struct windows_sys::UI::Text::PointOptions
[−]#[repr(transparent)]pub struct PointOptions(pub u32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: u32
Implementations
impl PointOptions
impl PointOptions
pub const None: Self = Self(0u32)
pub const IncludeInset: Self = Self(1u32)
pub const Start: Self = Self(32u32)
pub const ClientCoordinates: Self = Self(256u32)
pub const AllowOffClient: Self = Self(512u32)
pub const Transform: Self = Self(1024u32)
pub const NoHorizontalScroll: Self = Self(65536u32)
pub const NoVerticalScroll: Self = Self(262144u32)
Trait Implementations
impl Clone for PointOptions
impl Clone for PointOptions
impl Copy for PointOptions
Auto Trait Implementations
impl RefUnwindSafe for PointOptions
impl Send for PointOptions
impl Sync for PointOptions
impl Unpin for PointOptions
impl UnwindSafe for PointOptions
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