#[repr(C)]pub struct SLLEDArrayItf_ {
pub ActivateLEDArray: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, lightMask: SLuint32) -> SLresult>,
pub IsLEDArrayActivated: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, lightMask: *mut SLuint32) -> SLresult>,
pub SetColor: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, index: SLuint8, color: *const SLHSL) -> SLresult>,
pub GetColor: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, index: SLuint8, color: *mut SLHSL) -> SLresult>,
}Fields§
§ActivateLEDArray: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, lightMask: SLuint32) -> SLresult>§IsLEDArrayActivated: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, lightMask: *mut SLuint32) -> SLresult>§SetColor: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, index: SLuint8, color: *const SLHSL) -> SLresult>§GetColor: Option<unsafe extern "C" fn(self_: SLLEDArrayItf, index: SLuint8, color: *mut SLHSL) -> SLresult>Trait Implementations§
Source§impl Clone for SLLEDArrayItf_
impl Clone for SLLEDArrayItf_
Source§fn clone(&self) -> SLLEDArrayItf_
fn clone(&self) -> SLLEDArrayItf_
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 SLLEDArrayItf_
impl Debug for SLLEDArrayItf_
impl Copy for SLLEDArrayItf_
Auto Trait Implementations§
impl Freeze for SLLEDArrayItf_
impl RefUnwindSafe for SLLEDArrayItf_
impl Send for SLLEDArrayItf_
impl Sync for SLLEDArrayItf_
impl Unpin for SLLEDArrayItf_
impl UnwindSafe for SLLEDArrayItf_
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