pub struct LabelFileSkel<'obj> {
pub maps: LabelFileMaps<'obj>,
pub progs: LabelFileProgs<'obj>,
pub links: LabelFileLinks,
/* private fields */
}Fields§
§maps: LabelFileMaps<'obj>§progs: LabelFileProgs<'obj>§links: LabelFileLinksImplementations§
Source§impl LabelFileSkel<'_>
impl LabelFileSkel<'_>
pub fn struct_ops_raw(&self) -> *const StructOps
pub fn struct_ops(&self) -> &StructOps
Trait Implementations§
Source§impl<'obj> Skel<'obj> for LabelFileSkel<'obj>
impl<'obj> Skel<'obj> for LabelFileSkel<'obj>
impl Send for LabelFileSkel<'_>
impl Sync for LabelFileSkel<'_>
Auto Trait Implementations§
impl<'obj> Freeze for LabelFileSkel<'obj>
impl<'obj> RefUnwindSafe for LabelFileSkel<'obj>
impl<'obj> Unpin for LabelFileSkel<'obj>
impl<'obj> !UnwindSafe for LabelFileSkel<'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