#[repr(C, packed(1))]pub struct _ND_OPERAND_DECORATOR {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
Source§impl _ND_OPERAND_DECORATOR
impl _ND_OPERAND_DECORATOR
pub fn HasMask(&self) -> ND_BOOL
pub fn set_HasMask(&mut self, val: ND_BOOL)
pub fn HasZero(&self) -> ND_BOOL
pub fn set_HasZero(&mut self, val: ND_BOOL)
pub fn HasBroadcast(&self) -> ND_BOOL
pub fn set_HasBroadcast(&mut self, val: ND_BOOL)
pub fn Msk(&self) -> ND_UINT8
pub fn set_Msk(&mut self, val: ND_UINT8)
pub fn new_bitfield_1( HasMask: ND_BOOL, HasZero: ND_BOOL, HasBroadcast: ND_BOOL, Msk: ND_UINT8, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for _ND_OPERAND_DECORATOR
impl Clone for _ND_OPERAND_DECORATOR
Source§fn clone(&self) -> _ND_OPERAND_DECORATOR
fn clone(&self) -> _ND_OPERAND_DECORATOR
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 _ND_OPERAND_DECORATOR
impl Debug for _ND_OPERAND_DECORATOR
impl Copy for _ND_OPERAND_DECORATOR
Auto Trait Implementations§
impl Freeze for _ND_OPERAND_DECORATOR
impl RefUnwindSafe for _ND_OPERAND_DECORATOR
impl Send for _ND_OPERAND_DECORATOR
impl Sync for _ND_OPERAND_DECORATOR
impl Unpin for _ND_OPERAND_DECORATOR
impl UnwindSafe for _ND_OPERAND_DECORATOR
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