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],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more