Struct libvirt_sys::Struct__virConnectAuth [] [src]

#[repr(C)]
pub struct Struct__virConnectAuth { pub credtype: *mut c_int, pub ncredtype: c_uint, pub cb: virConnectAuthCallbackPtr, pub cbdata: *mut c_void, }

Fields

Trait Implementations

impl Copy for Struct__virConnectAuth
[src]

impl Clone for Struct__virConnectAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct__virConnectAuth
[src]

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