Struct windows_sys::Win32::Devices::Display::FD_LIGATURE
[−]#[repr(C)]pub struct FD_LIGATURE {
pub culThis: u32,
pub ulType: u32,
pub cLigatures: u32,
pub alig: [LIGATURE; 1],
}
Expand description
Required features: "Win32_Devices_Display"
Fields
culThis: u32
ulType: u32
cLigatures: u32
alig: [LIGATURE; 1]
Trait Implementations
impl Clone for FD_LIGATURE
impl Clone for FD_LIGATURE
impl Copy for FD_LIGATURE
Auto Trait Implementations
impl RefUnwindSafe for FD_LIGATURE
impl !Send for FD_LIGATURE
impl !Sync for FD_LIGATURE
impl Unpin for FD_LIGATURE
impl UnwindSafe for FD_LIGATURE
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