Struct openssl_sys::attribute_set_t
source · pub struct attribute_set_t {
pub commonattr: u32,
pub volattr: u32,
pub dirattr: u32,
pub fileattr: u32,
pub forkattr: u32,
}
Fields§
§commonattr: u32
§volattr: u32
§dirattr: u32
§fileattr: u32
§forkattr: u32
Trait Implementations§
source§impl Clone for attribute_set_t
impl Clone for attribute_set_t
source§fn clone(&self) -> attribute_set_t
fn clone(&self) -> attribute_set_t
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