#[repr(C)]pub struct Struct_vacm_accessEntry {
pub groupName: [c_char; 34],
pub contextPrefix: [c_char; 34],
pub securityModel: c_int,
pub securityLevel: c_int,
pub contextMatch: c_int,
pub views: [[c_char; 34]; 8],
pub storageType: c_int,
pub status: c_int,
pub bitMask: c_ulong,
pub reserved: *mut Struct_vacm_accessEntry,
pub next: *mut Struct_vacm_accessEntry,
}
Fields§
§groupName: [c_char; 34]
§contextPrefix: [c_char; 34]
§securityModel: c_int
§securityLevel: c_int
§contextMatch: c_int
§views: [[c_char; 34]; 8]
§storageType: c_int
§status: c_int
§bitMask: c_ulong
§reserved: *mut Struct_vacm_accessEntry
§next: *mut Struct_vacm_accessEntry
Trait Implementations§
Source§impl Clone for Struct_vacm_accessEntry
impl Clone for Struct_vacm_accessEntry
Source§impl Default for Struct_vacm_accessEntry
impl Default for Struct_vacm_accessEntry
impl Copy for Struct_vacm_accessEntry
Auto Trait Implementations§
impl Freeze for Struct_vacm_accessEntry
impl RefUnwindSafe for Struct_vacm_accessEntry
impl !Send for Struct_vacm_accessEntry
impl !Sync for Struct_vacm_accessEntry
impl Unpin for Struct_vacm_accessEntry
impl UnwindSafe for Struct_vacm_accessEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more