pub struct MacWriterMapping { /* private fields */ }Expand description
Platform-minted sole-writer witness for the audited core bridge.
Trait Implementations§
Auto Trait Implementations§
impl !Send for MacWriterMapping
impl !Sync for MacWriterMapping
impl Freeze for MacWriterMapping
impl RefUnwindSafe for MacWriterMapping
impl Unpin for MacWriterMapping
impl UnsafeUnpin for MacWriterMapping
impl UnwindSafe for MacWriterMapping
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