pub struct LockBitDisable {}Expand description
Disables the lock bit of the selected region
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LockBitDisable
impl RefUnwindSafe for LockBitDisable
impl Send for LockBitDisable
impl Sync for LockBitDisable
impl Unpin for LockBitDisable
impl UnwindSafe for LockBitDisable
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