#[repr(C)]pub struct sd_slg_params_t {
pub layers: *mut c_int,
pub layer_count: usize,
pub layer_start: f32,
pub layer_end: f32,
pub scale: f32,
}
Fields§
§layers: *mut c_int
§layer_count: usize
§layer_start: f32
§layer_end: f32
§scale: f32
Trait Implementations§
Source§impl Clone for sd_slg_params_t
impl Clone for sd_slg_params_t
Source§fn clone(&self) -> sd_slg_params_t
fn clone(&self) -> sd_slg_params_t
Returns a duplicate 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 moreSource§impl Debug for sd_slg_params_t
impl Debug for sd_slg_params_t
impl Copy for sd_slg_params_t
Auto Trait Implementations§
impl Freeze for sd_slg_params_t
impl RefUnwindSafe for sd_slg_params_t
impl !Send for sd_slg_params_t
impl !Sync for sd_slg_params_t
impl Unpin for sd_slg_params_t
impl UnwindSafe for sd_slg_params_t
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