#[repr(transparent)]pub struct PsBackground(pub u32);Expand description
PS Background Color
Tuple Fields§
§0: u32Implementations§
Source§impl PsBackground
impl PsBackground
Trait Implementations§
Source§impl Clone for PsBackground
impl Clone for PsBackground
Source§fn clone(&self) -> PsBackground
fn clone(&self) -> PsBackground
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 PsBackground
impl Debug for PsBackground
Source§impl Default for PsBackground
impl Default for PsBackground
Source§fn default() -> PsBackground
fn default() -> PsBackground
Returns the “default value” for a type. Read more
Source§impl PartialEq for PsBackground
impl PartialEq for PsBackground
impl Copy for PsBackground
impl Eq for PsBackground
impl StructuralPartialEq for PsBackground
Auto Trait Implementations§
impl Freeze for PsBackground
impl RefUnwindSafe for PsBackground
impl Send for PsBackground
impl Sync for PsBackground
impl Unpin for PsBackground
impl UnwindSafe for PsBackground
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