Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_LINE_BREAKPOINT
[−]#[repr(C)]pub struct DWRITE_LINE_BREAKPOINT {
pub _bitfield: u8,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
_bitfield: u8
Trait Implementations
impl Clone for DWRITE_LINE_BREAKPOINT
impl Clone for DWRITE_LINE_BREAKPOINT
impl Copy for DWRITE_LINE_BREAKPOINT
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_LINE_BREAKPOINT
impl Send for DWRITE_LINE_BREAKPOINT
impl Sync for DWRITE_LINE_BREAKPOINT
impl Unpin for DWRITE_LINE_BREAKPOINT
impl UnwindSafe for DWRITE_LINE_BREAKPOINT
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