pub struct SignedFileInfo<'a> { /* private fields */ }Available on macOS and crate feature
macos_15_0_0 only.Expand description
Information from a signed file.
If the file is a multiarchitecture binary, only the signing information for the native host architecture is reported. I.e. the CDHash from the AArch64 slice if the host is AArch64.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for SignedFileInfo<'a>
impl<'a> Debug for SignedFileInfo<'a>
impl<'a> Eq for SignedFileInfo<'a>
Source§impl<'a> Hash for SignedFileInfo<'a>
impl<'a> Hash for SignedFileInfo<'a>
Source§impl<'a> PartialEq for SignedFileInfo<'a>
impl<'a> PartialEq for SignedFileInfo<'a>
Auto Trait Implementations§
impl<'a> !Send for SignedFileInfo<'a>
impl<'a> !Sync for SignedFileInfo<'a>
impl<'a> Freeze for SignedFileInfo<'a>
impl<'a> RefUnwindSafe for SignedFileInfo<'a>
impl<'a> Unpin for SignedFileInfo<'a>
impl<'a> UnsafeUnpin for SignedFileInfo<'a>
impl<'a> UnwindSafe for SignedFileInfo<'a>
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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