#[repr(C)]pub struct MOJOSHADER_samplerStateRegister {
pub sampler_name: *const c_char,
pub sampler_register: c_uint,
pub sampler_state_count: c_uint,
pub sampler_states: *const MOJOSHADER_effectSamplerState,
}Fields§
§sampler_name: *const c_char§sampler_register: c_uint§sampler_state_count: c_uint§sampler_states: *const MOJOSHADER_effectSamplerStateTrait Implementations§
Source§impl Clone for MOJOSHADER_samplerStateRegister
impl Clone for MOJOSHADER_samplerStateRegister
Source§fn clone(&self) -> MOJOSHADER_samplerStateRegister
fn clone(&self) -> MOJOSHADER_samplerStateRegister
Returns a copy 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 moreimpl Copy for MOJOSHADER_samplerStateRegister
Auto Trait Implementations§
impl Freeze for MOJOSHADER_samplerStateRegister
impl RefUnwindSafe for MOJOSHADER_samplerStateRegister
impl !Send for MOJOSHADER_samplerStateRegister
impl !Sync for MOJOSHADER_samplerStateRegister
impl Unpin for MOJOSHADER_samplerStateRegister
impl UnwindSafe for MOJOSHADER_samplerStateRegister
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