Enum winapi::shobjidl::FDE_SHAREVIOLATION_RESPONSE [] [src]

pub enum FDE_SHAREVIOLATION_RESPONSE {
    DEFAULT,
    ACCEPT,
    REFUSE,
}

Variants

DEFAULT
ACCEPT
REFUSE

Trait Implementations

Derived Implementations

impl Debug for FDE_SHAREVIOLATION_RESPONSE

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for FDE_SHAREVIOLATION_RESPONSE

impl Clone for FDE_SHAREVIOLATION_RESPONSE

fn clone(&self) -> FDE_SHAREVIOLATION_RESPONSE

fn clone_from(&mut self, source: &Self)