pub struct ImageSbat(/* private fields */);Expand description
Image SBAT metadata.
Typically this data comes from the .sbat section of a UEFI PE
executable.
Implementations§
Source§impl ImageSbat
impl ImageSbat
Trait Implementations§
Source§impl PartialEq<&ImageSbat> for ImageSbatOwned
Available on crate feature alloc only.
impl PartialEq<&ImageSbat> for ImageSbatOwned
Available on crate feature
alloc only.Source§impl PartialEq<ImageSbatOwned> for &ImageSbat
Available on crate feature alloc only.
impl PartialEq<ImageSbatOwned> for &ImageSbat
Available on crate feature
alloc only.