pub struct SetFlagSsa;
Trait Implementations§
impl OperationArguments for SetFlagSsa
Auto Trait Implementations§
impl Freeze for SetFlagSsa
impl RefUnwindSafe for SetFlagSsa
impl Send for SetFlagSsa
impl Sync for SetFlagSsa
impl Unpin for SetFlagSsa
impl UnwindSafe for SetFlagSsa
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