pub struct LabelFileMaps<'obj> {
pub inode_storage: MapMut<'obj>,
pub policy_map: MapMut<'obj>,
pub log_ringbuf: MapMut<'obj>,
pub filename_to_policy_id: MapMut<'obj>,
pub bss: MapMut<'obj>,
pub bss_data: &'obj mut bss,
pub rodata_str1_1: MapMut<'obj>,
pub rodata: MapMut<'obj>,
/* private fields */
}Fields§
§inode_storage: MapMut<'obj>§policy_map: MapMut<'obj>§log_ringbuf: MapMut<'obj>§filename_to_policy_id: MapMut<'obj>§bss: MapMut<'obj>§bss_data: &'obj mut bss§rodata_str1_1: MapMut<'obj>§rodata: MapMut<'obj>Auto Trait Implementations§
impl<'obj> Freeze for LabelFileMaps<'obj>
impl<'obj> RefUnwindSafe for LabelFileMaps<'obj>
impl<'obj> !Send for LabelFileMaps<'obj>
impl<'obj> !Sync for LabelFileMaps<'obj>
impl<'obj> Unpin for LabelFileMaps<'obj>
impl<'obj> !UnwindSafe for LabelFileMaps<'obj>
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