#[repr(C)]pub struct DVLE_outEntry_s {
pub type_: u16_,
pub regID: u16_,
pub mask: u8_,
pub unk: [u8_; 3],
}Expand description
DVLE output entry data.
Fields§
§type_: u16_< Output type. See DVLE_outputAttribute_t
regID: u16_< Output register ID.
mask: u8_< Output mask.
unk: [u8_; 3]< Unknown.
Trait Implementations§
Source§impl Clone for DVLE_outEntry_s
impl Clone for DVLE_outEntry_s
Source§fn clone(&self) -> DVLE_outEntry_s
fn clone(&self) -> DVLE_outEntry_s
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DVLE_outEntry_s
impl Debug for DVLE_outEntry_s
Source§impl Default for DVLE_outEntry_s
impl Default for DVLE_outEntry_s
Source§fn default() -> DVLE_outEntry_s
fn default() -> DVLE_outEntry_s
Returns the “default value” for a type. Read more
impl Copy for DVLE_outEntry_s
Auto Trait Implementations§
impl Freeze for DVLE_outEntry_s
impl RefUnwindSafe for DVLE_outEntry_s
impl Send for DVLE_outEntry_s
impl Sync for DVLE_outEntry_s
impl Unpin for DVLE_outEntry_s
impl UnwindSafe for DVLE_outEntry_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)