Struct libvnc_sys::rfb::rfbXCursorColors
source · #[repr(C)]pub struct rfbXCursorColors {
pub foreRed: u8,
pub foreGreen: u8,
pub foreBlue: u8,
pub backRed: u8,
pub backGreen: u8,
pub backBlue: u8,
}Fields§
§foreRed: u8§foreGreen: u8§foreBlue: u8§backRed: u8§backGreen: u8§backBlue: u8Trait Implementations§
source§impl Clone for rfbXCursorColors
impl Clone for rfbXCursorColors
source§fn clone(&self) -> rfbXCursorColors
fn clone(&self) -> rfbXCursorColors
Returns a copy 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 rfbXCursorColors
impl Debug for rfbXCursorColors
impl Copy for rfbXCursorColors
Auto Trait Implementations§
impl Freeze for rfbXCursorColors
impl RefUnwindSafe for rfbXCursorColors
impl Send for rfbXCursorColors
impl Sync for rfbXCursorColors
impl Unpin for rfbXCursorColors
impl UnwindSafe for rfbXCursorColors
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