#[repr(C)]pub struct AuthorizationItem {
pub name: AuthorizationString,
pub valueLength: usize,
pub value: *mut c_void,
pub flags: u32,
}Fields§
§name: AuthorizationString§valueLength: usize§value: *mut c_void§flags: u32Trait Implementations§
source§impl Clone for AuthorizationItem
impl Clone for AuthorizationItem
source§fn clone(&self) -> AuthorizationItem
fn clone(&self) -> AuthorizationItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more