#[repr(C)]pub struct LoginUpdateT {
pub show_login_tab: bool,
pub force_focus_login_tab: bool,
}Fields§
§show_login_tab: bool§force_focus_login_tab: boolTrait Implementations§
Source§impl Clone for LoginUpdateT
impl Clone for LoginUpdateT
Source§fn clone(&self) -> LoginUpdateT
fn clone(&self) -> LoginUpdateT
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 LoginUpdateT
Source§impl Default for LoginUpdateT
impl Default for LoginUpdateT
Source§fn default() -> LoginUpdateT
fn default() -> LoginUpdateT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoginUpdateT
impl RefUnwindSafe for LoginUpdateT
impl Send for LoginUpdateT
impl Sync for LoginUpdateT
impl Unpin for LoginUpdateT
impl UnsafeUnpin for LoginUpdateT
impl UnwindSafe for LoginUpdateT
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