#[repr(C)]pub struct DVLE_constEntry_s {
pub type_: u16_,
pub id: u16_,
pub data: [u32_; 4],
}Expand description
DVLE constant entry data.
Fields§
§type_: u16_< Constant type. See DVLE_constantType
id: u16_< Constant ID.
data: [u32_; 4]< Constant data.
Trait Implementations§
Source§impl Clone for DVLE_constEntry_s
impl Clone for DVLE_constEntry_s
Source§fn clone(&self) -> DVLE_constEntry_s
fn clone(&self) -> DVLE_constEntry_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_constEntry_s
impl Debug for DVLE_constEntry_s
Source§impl Default for DVLE_constEntry_s
impl Default for DVLE_constEntry_s
Source§fn default() -> DVLE_constEntry_s
fn default() -> DVLE_constEntry_s
Returns the “default value” for a type. Read more
impl Copy for DVLE_constEntry_s
Auto Trait Implementations§
impl Freeze for DVLE_constEntry_s
impl RefUnwindSafe for DVLE_constEntry_s
impl Send for DVLE_constEntry_s
impl Sync for DVLE_constEntry_s
impl Unpin for DVLE_constEntry_s
impl UnwindSafe for DVLE_constEntry_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)