Skip to main content

IBitField64

Trait IBitField64 

Source
pub trait IBitField64: IBitFieldCommon {
    // Provided methods
    fn m_value(self) -> i64 { ... }
    fn set_m_value(self, value: i64) { ... }
}

Provided Methods§

Source

fn m_value(self) -> i64

Source

fn set_m_value(self, value: i64)

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§