#[repr(C)]pub struct SLLEDDescriptor_ {
pub ledCount: SLuint8,
pub primaryLED: SLuint8,
pub colorMask: SLuint32,
}Fields§
§ledCount: SLuint8§primaryLED: SLuint8§colorMask: SLuint32Trait Implementations§
Source§impl Clone for SLLEDDescriptor_
impl Clone for SLLEDDescriptor_
Source§fn clone(&self) -> SLLEDDescriptor_
fn clone(&self) -> SLLEDDescriptor_
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 SLLEDDescriptor_
impl Debug for SLLEDDescriptor_
impl Copy for SLLEDDescriptor_
Auto Trait Implementations§
impl Freeze for SLLEDDescriptor_
impl RefUnwindSafe for SLLEDDescriptor_
impl Send for SLLEDDescriptor_
impl Sync for SLLEDDescriptor_
impl Unpin for SLLEDDescriptor_
impl UnwindSafe for SLLEDDescriptor_
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