Trait SocketControlMessageExt

Source
pub trait SocketControlMessageExt: IsA<SocketControlMessage> + 'static {
    // Provided methods
    fn level(&self) -> i32 { ... }
    fn msg_type(&self) -> i32 { ... }
    fn size(&self) -> usize { ... }
}

Provided Methods§

Source

fn level(&self) -> i32

Source

fn msg_type(&self) -> i32

Source

fn size(&self) -> usize

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.

Implementors§