Struct winapi::subauth::CLEAR_BLOCK
[−]
[src]
pub struct CLEAR_BLOCK { pub data: [CHAR; CLEAR_BLOCK_LENGTH], }
Fields
data |
Trait Implementations
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