Trait windows_helpers::Null

source ·
pub trait Null {
    const NULL: Self;

    // Required method
    fn is_null(&self) -> bool;
}
Expand description

For more expressive code and for use with trait bounds.

Required Associated Constants§

source

const NULL: Self

Required Methods§

source

fn is_null(&self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Null for HACCEL

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HANDLE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HBITMAP

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HBRUSH

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HCURSOR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HDC

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HDEVNOTIFY

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HDROP

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HDWP

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HENHMETAFILE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HFONT

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HGDIOBJ

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HGLOBAL

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HHOOK

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HICON

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HINSTANCE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HLOCAL

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HMENU

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HMETAFILE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HMODULE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HMONITOR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HPALETTE

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HPEN

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HPOWERNOTIFY

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HPSXA

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HRGN

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HRSRC

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for HWND

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for PCSTR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for PCWSTR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for PSID

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for PSTR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

source§

impl Null for PWSTR

source§

const NULL: Self = _

source§

fn is_null(&self) -> bool

Implementors§