#[repr(C)]pub struct DVLE_uniformEntry_s {
pub symbolOffset: u32_,
pub startReg: u16_,
pub endReg: u16_,
}Expand description
DVLE uniform entry data.
Fields§
§symbolOffset: u32_< Symbol offset.
startReg: u16_< Start register.
endReg: u16_< End register.
Trait Implementations§
Source§impl Clone for DVLE_uniformEntry_s
impl Clone for DVLE_uniformEntry_s
Source§fn clone(&self) -> DVLE_uniformEntry_s
fn clone(&self) -> DVLE_uniformEntry_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_uniformEntry_s
impl Debug for DVLE_uniformEntry_s
Source§impl Default for DVLE_uniformEntry_s
impl Default for DVLE_uniformEntry_s
Source§fn default() -> DVLE_uniformEntry_s
fn default() -> DVLE_uniformEntry_s
Returns the “default value” for a type. Read more
impl Copy for DVLE_uniformEntry_s
Auto Trait Implementations§
impl Freeze for DVLE_uniformEntry_s
impl RefUnwindSafe for DVLE_uniformEntry_s
impl Send for DVLE_uniformEntry_s
impl Sync for DVLE_uniformEntry_s
impl Unpin for DVLE_uniformEntry_s
impl UnwindSafe for DVLE_uniformEntry_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)