Struct miniblink_sys::_wkeViewSettings
source · #[repr(C)]pub struct _wkeViewSettings {
pub size: c_int,
pub bgColor: c_uint,
}Fields§
§size: c_int§bgColor: c_uintTrait Implementations§
source§impl Clone for _wkeViewSettings
impl Clone for _wkeViewSettings
source§fn clone(&self) -> _wkeViewSettings
fn clone(&self) -> _wkeViewSettings
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 _wkeViewSettings
impl Debug for _wkeViewSettings
impl Copy for _wkeViewSettings
Auto Trait Implementations§
impl Freeze for _wkeViewSettings
impl RefUnwindSafe for _wkeViewSettings
impl Send for _wkeViewSettings
impl Sync for _wkeViewSettings
impl Unpin for _wkeViewSettings
impl UnwindSafe for _wkeViewSettings
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