Struct libnotcurses_sys::NcRgba
source · [−]#[repr(transparent)]pub struct NcRgba(pub NcRgba_u32);Expand description
Tuple Fields
0: NcRgba_u32Trait Implementations
sourceimpl<'a> From<&'a NcRgba> for &'a NcRgba_u32
impl<'a> From<&'a NcRgba> for &'a NcRgba_u32
sourceimpl<'a> From<&'a mut NcRgba> for &'a mut NcRgba_u32
impl<'a> From<&'a mut NcRgba> for &'a mut NcRgba_u32
sourceimpl<'a> From<&'a mut u32> for NcRgba
impl<'a> From<&'a mut u32> for NcRgba
sourcefn from(p: &'a mut NcRgba_u32) -> Self
fn from(p: &'a mut NcRgba_u32) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a u32> for NcRgba
impl<'a> From<&'a u32> for NcRgba
sourcefn from(p: &'a NcRgba_u32) -> Self
fn from(p: &'a NcRgba_u32) -> Self
Converts to this type from the input type.
sourceimpl From<&NcRgba> for *const NcRgba_u32
impl From<&NcRgba> for *const NcRgba_u32
sourceimpl From<&mut NcRgba> for *mut NcRgba_u32
impl From<&mut NcRgba> for *mut NcRgba_u32
sourceimpl From<NcRgba> for NcRgba_u32
impl From<NcRgba> for NcRgba_u32
sourceimpl From<u32> for NcRgba
impl From<u32> for NcRgba
sourcefn from(p: NcRgba_u32) -> Self
fn from(p: NcRgba_u32) -> Self
Converts to this type from the input type.
impl Copy for NcRgba
impl Eq for NcRgba
impl StructuralEq for NcRgba
impl StructuralPartialEq for NcRgba
Auto Trait Implementations
impl RefUnwindSafe for NcRgba
impl Send for NcRgba
impl Sync for NcRgba
impl Unpin for NcRgba
impl UnwindSafe for NcRgba
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more