Trait PlatformInfoTrait

Source
pub trait PlatformInfoTrait: PlatformInfoTraitConst {
    // Required method
    fn as_raw_mut_PlatformInfo(&mut self) -> *mut c_void;

    // Provided methods
    fn set(&mut self, i: &impl PlatformInfoTraitConst) -> Result<()> { ... }
    fn set_1(&mut self, i: PlatformInfo) { ... }
}
Expand description

Mutable methods for core::PlatformInfo

Required Methods§

Provided Methods§

Source

fn set(&mut self, i: &impl PlatformInfoTraitConst) -> Result<()>

Source

fn set_1(&mut self, i: PlatformInfo)

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§