Struct nvapi_sys::types::BoolU32
[−]
[src]
pub struct BoolU32(pub u32);
A boolean containing reserved bits
Methods
impl BoolU32[src]
Trait Implementations
impl Copy for BoolU32[src]
impl Clone for BoolU32[src]
fn clone(&self) -> BoolU32[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more