#[repr(C)]pub struct IfrBitwiseAnd {
pub header: IfrOpHeader,
}Fields§
§header: IfrOpHeaderTrait Implementations§
Source§impl Clone for IfrBitwiseAnd
impl Clone for IfrBitwiseAnd
Source§fn clone(&self) -> IfrBitwiseAnd
fn clone(&self) -> IfrBitwiseAnd
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 IfrBitwiseAnd
impl Debug for IfrBitwiseAnd
impl Copy for IfrBitwiseAnd
Auto Trait Implementations§
impl Freeze for IfrBitwiseAnd
impl RefUnwindSafe for IfrBitwiseAnd
impl Send for IfrBitwiseAnd
impl Sync for IfrBitwiseAnd
impl Unpin for IfrBitwiseAnd
impl UnwindSafe for IfrBitwiseAnd
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