Struct winapi::subauth::CLEAR_BLOCK [] [src]

pub struct CLEAR_BLOCK {
    pub data: [CHAR; 8],
}

Fields

data: [CHAR; 8]

Trait Implementations

impl Debug for CLEAR_BLOCK
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for CLEAR_BLOCK
[src]

impl Clone for CLEAR_BLOCK
[src]

fn clone(&self) -> CLEAR_BLOCK

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more