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