pub struct ImageSbatOwned(/* private fields */);Available on crate feature
alloc only.Expand description
Owned image SBAT metadata.
Typically this data comes from the .sbat section of a UEFI PE
executable.
This type is the owned version of ImageSbat, and derefs to that
type.
Implementations§
Trait Implementations§
Source§impl Clone for ImageSbatOwned
impl Clone for ImageSbatOwned
Source§fn clone(&self) -> ImageSbatOwned
fn clone(&self) -> ImageSbatOwned
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageSbatOwned
impl Debug for ImageSbatOwned
Source§impl Deref for ImageSbatOwned
impl Deref for ImageSbatOwned
Source§impl Ord for ImageSbatOwned
impl Ord for ImageSbatOwned
Source§fn cmp(&self, other: &ImageSbatOwned) -> Ordering
fn cmp(&self, other: &ImageSbatOwned) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq<&ImageSbat> for ImageSbatOwned
impl PartialEq<&ImageSbat> for ImageSbatOwned
Source§impl PartialEq<ImageSbatOwned> for &ImageSbat
impl PartialEq<ImageSbatOwned> for &ImageSbat
Source§impl PartialEq for ImageSbatOwned
impl PartialEq for ImageSbatOwned
Source§impl PartialOrd for ImageSbatOwned
impl PartialOrd for ImageSbatOwned
impl Eq for ImageSbatOwned
impl StructuralPartialEq for ImageSbatOwned
Auto Trait Implementations§
impl Freeze for ImageSbatOwned
impl RefUnwindSafe for ImageSbatOwned
impl Send for ImageSbatOwned
impl Sync for ImageSbatOwned
impl Unpin for ImageSbatOwned
impl UnwindSafe for ImageSbatOwned
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