Struct libvirt_sys::Struct__virConnectCredential [] [src]

#[repr(C)]
pub struct Struct__virConnectCredential { pub _type: c_int, pub prompt: *const c_char, pub challenge: *const c_char, pub defresult: *const c_char, pub result: *mut c_char, pub resultlen: c_uint, }

Fields

Trait Implementations

impl Copy for Struct__virConnectCredential
[src]

impl Clone for Struct__virConnectCredential
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__virConnectCredential
[src]

Returns the "default value" for a type. Read more