#[repr(C)]pub struct TPML_TAGGED_POLICY {
pub count: UINT32,
pub policies: [TPMS_TAGGED_POLICY; 14],
}Fields§
§count: UINT32§policies: [TPMS_TAGGED_POLICY; 14]Trait Implementations§
Source§impl Clone for TPML_TAGGED_POLICY
impl Clone for TPML_TAGGED_POLICY
Source§fn clone(&self) -> TPML_TAGGED_POLICY
fn clone(&self) -> TPML_TAGGED_POLICY
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 Default for TPML_TAGGED_POLICY
impl Default for TPML_TAGGED_POLICY
impl Copy for TPML_TAGGED_POLICY
Auto Trait Implementations§
impl Freeze for TPML_TAGGED_POLICY
impl RefUnwindSafe for TPML_TAGGED_POLICY
impl Send for TPML_TAGGED_POLICY
impl Sync for TPML_TAGGED_POLICY
impl Unpin for TPML_TAGGED_POLICY
impl UnsafeUnpin for TPML_TAGGED_POLICY
impl UnwindSafe for TPML_TAGGED_POLICY
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