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.source§fn eq(&self, other: &ImageSbatOwned) -> bool
fn eq(&self, other: &ImageSbatOwned) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialEq for ImageSbat
impl PartialEq for ImageSbat
source§impl PartialOrd for ImageSbat
impl PartialOrd for ImageSbat
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more