Struct winapi::winioctl::PATHNAME_BUFFER [] [src]

pub struct PATHNAME_BUFFER {
    pub PathNameLength: DWORD,
    pub Name: [WCHAR; 1],
}

Fields

PathNameLength: DWORD Name: [WCHAR; 1]

Trait Implementations

impl Debug for PATHNAME_BUFFER
[src]

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

Formats the value using the given formatter.

impl Copy for PATHNAME_BUFFER
[src]

impl Clone for PATHNAME_BUFFER
[src]

fn clone(&self) -> PATHNAME_BUFFER

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