#[repr(C)]pub struct SimulateTabSettingsT {
pub native_resolution: bool,
}Fields§
§native_resolution: boolTrait Implementations§
Source§impl Clone for SimulateTabSettingsT
impl Clone for SimulateTabSettingsT
Source§fn clone(&self) -> SimulateTabSettingsT
fn clone(&self) -> SimulateTabSettingsT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SimulateTabSettingsT
Source§impl Default for SimulateTabSettingsT
impl Default for SimulateTabSettingsT
Source§fn default() -> SimulateTabSettingsT
fn default() -> SimulateTabSettingsT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimulateTabSettingsT
impl RefUnwindSafe for SimulateTabSettingsT
impl Send for SimulateTabSettingsT
impl Sync for SimulateTabSettingsT
impl Unpin for SimulateTabSettingsT
impl UnsafeUnpin for SimulateTabSettingsT
impl UnwindSafe for SimulateTabSettingsT
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