#[repr(C)]pub struct gs_sampler_info {
pub filter: gs_sample_filter,
pub address_u: gs_address_mode,
pub address_v: gs_address_mode,
pub address_w: gs_address_mode,
pub max_anisotropy: c_int,
pub border_color: u32,
}Fields§
§filter: gs_sample_filter§address_u: gs_address_mode§address_v: gs_address_mode§address_w: gs_address_mode§max_anisotropy: c_int§border_color: u32Auto Trait Implementations§
impl Freeze for gs_sampler_info
impl RefUnwindSafe for gs_sampler_info
impl Send for gs_sampler_info
impl Sync for gs_sampler_info
impl Unpin for gs_sampler_info
impl UnwindSafe for gs_sampler_info
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