#[repr(C)]pub struct _ND_OPERAND {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub Access: ND_OPERAND_ACCESS,
pub Flags: ND_OPERAND_FLAGS,
pub Decorator: ND_OPERAND_DECORATOR,
pub Size: ND_OPERAND_SIZE,
pub Info: _ND_OPERAND__bindgen_ty_1,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§Access: ND_OPERAND_ACCESS§Flags: ND_OPERAND_FLAGS§Decorator: ND_OPERAND_DECORATOR§Size: ND_OPERAND_SIZE§Info: _ND_OPERAND__bindgen_ty_1Implementations§
Trait Implementations§
Source§impl Clone for _ND_OPERAND
impl Clone for _ND_OPERAND
Source§fn clone(&self) -> _ND_OPERAND
fn clone(&self) -> _ND_OPERAND
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
impl Debug for _ND_OPERAND
impl Copy for _ND_OPERAND
Auto Trait Implementations§
impl Freeze for _ND_OPERAND
impl RefUnwindSafe for _ND_OPERAND
impl Send for _ND_OPERAND
impl Sync for _ND_OPERAND
impl Unpin for _ND_OPERAND
impl UnwindSafe for _ND_OPERAND
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