#[repr(transparent)]pub struct Light(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl BitAndAssign for Light
impl BitAndAssign for Light
Source§fn bitand_assign(&mut self, rhs: Light)
fn bitand_assign(&mut self, rhs: Light)
Performs the
&= operation. Read moreSource§impl BitOrAssign for Light
impl BitOrAssign for Light
Source§fn bitor_assign(&mut self, rhs: Light)
fn bitor_assign(&mut self, rhs: Light)
Performs the
|= operation. Read moreimpl Copy for Light
impl Eq for Light
impl StructuralPartialEq for Light
Auto Trait Implementations§
impl Freeze for Light
impl RefUnwindSafe for Light
impl Send for Light
impl Sync for Light
impl Unpin for Light
impl UnwindSafe for Light
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