Struct CoreTextInputPaneDisplayPolicy
#[repr(transparent)]pub struct CoreTextInputPaneDisplayPolicy(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for CoreTextInputPaneDisplayPolicy
impl Clone for CoreTextInputPaneDisplayPolicy
§fn clone(&self) -> CoreTextInputPaneDisplayPolicy
fn clone(&self) -> CoreTextInputPaneDisplayPolicy
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 more§impl Debug for CoreTextInputPaneDisplayPolicy
impl Debug for CoreTextInputPaneDisplayPolicy
§impl Default for CoreTextInputPaneDisplayPolicy
impl Default for CoreTextInputPaneDisplayPolicy
§fn default() -> CoreTextInputPaneDisplayPolicy
fn default() -> CoreTextInputPaneDisplayPolicy
Returns the “default value” for a type. Read more
§impl PartialEq for CoreTextInputPaneDisplayPolicy
impl PartialEq for CoreTextInputPaneDisplayPolicy
impl Copy for CoreTextInputPaneDisplayPolicy
impl Eq for CoreTextInputPaneDisplayPolicy
impl StructuralPartialEq for CoreTextInputPaneDisplayPolicy
Auto Trait Implementations§
impl Freeze for CoreTextInputPaneDisplayPolicy
impl RefUnwindSafe for CoreTextInputPaneDisplayPolicy
impl Send for CoreTextInputPaneDisplayPolicy
impl Sync for CoreTextInputPaneDisplayPolicy
impl Unpin for CoreTextInputPaneDisplayPolicy
impl UnwindSafe for CoreTextInputPaneDisplayPolicy
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