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