#[repr(C)]pub struct IfrShiftRight {
pub header: IfrOpHeader,
}Fields§
§header: IfrOpHeaderTrait Implementations§
Source§impl Clone for IfrShiftRight
impl Clone for IfrShiftRight
Source§fn clone(&self) -> IfrShiftRight
fn clone(&self) -> IfrShiftRight
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IfrShiftRight
impl Debug for IfrShiftRight
impl Copy for IfrShiftRight
Auto Trait Implementations§
impl Freeze for IfrShiftRight
impl RefUnwindSafe for IfrShiftRight
impl Send for IfrShiftRight
impl Sync for IfrShiftRight
impl Unpin for IfrShiftRight
impl UnwindSafe for IfrShiftRight
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