Struct libnotcurses_sys::NcRgba
source · [−]#[repr(transparent)]pub struct NcRgba(pub NcRgba_u32);Expand description
Tuple Fields
0: NcRgba_u32Trait Implementations
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<'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 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 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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more