pub struct TpmiYesNo(pub bool);Tuple Fields§
§0: boolTrait Implementations§
Source§impl TpmSized for TpmiYesNo
impl TpmSized for TpmiYesNo
impl Copy for TpmiYesNo
impl Eq for TpmiYesNo
impl StructuralPartialEq for TpmiYesNo
Auto Trait Implementations§
impl Freeze for TpmiYesNo
impl RefUnwindSafe for TpmiYesNo
impl Send for TpmiYesNo
impl Sync for TpmiYesNo
impl Unpin for TpmiYesNo
impl UnwindSafe for TpmiYesNo
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