Trait Cmd

Source
pub trait Cmd:
    PartialEq
    + Clone
    + From<u8>
    + Into<u8>
    + Copy
    + Size
    + TypeSize
    + for<'a> FromBytes<'a>
    + ToBytes
    + Debug { }
Expand description

Trait marking constants valid for use in Genlmsghdr field, cmd.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Cmd for u8

Implementors§