pub struct MCL(_);
Expand description
Clear a variable number of bytes in memory.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MCL
impl<'de> Deserialize<'de> for MCL
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<MCL> for Instruction
impl From<MCL> for Instruction
impl Copy for MCL
impl Eq for MCL
impl StructuralEq for MCL
impl StructuralPartialEq for MCL
Auto Trait Implementations§
impl RefUnwindSafe for MCL
impl Send for MCL
impl Sync for MCL
impl Unpin for MCL
impl UnwindSafe for MCL
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