Struct ADJACENT_DISPLAY_EDGES
#[repr(transparent)]pub struct ADJACENT_DISPLAY_EDGES(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl BitAnd for ADJACENT_DISPLAY_EDGES
 
impl BitAnd for ADJACENT_DISPLAY_EDGES
§impl BitAndAssign for ADJACENT_DISPLAY_EDGES
 
impl BitAndAssign for ADJACENT_DISPLAY_EDGES
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOr for ADJACENT_DISPLAY_EDGES
 
impl BitOr for ADJACENT_DISPLAY_EDGES
§impl BitOrAssign for ADJACENT_DISPLAY_EDGES
 
impl BitOrAssign for ADJACENT_DISPLAY_EDGES
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read more§impl Clone for ADJACENT_DISPLAY_EDGES
 
impl Clone for ADJACENT_DISPLAY_EDGES
§fn clone(&self) -> ADJACENT_DISPLAY_EDGES
 
fn clone(&self) -> ADJACENT_DISPLAY_EDGES
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 ADJACENT_DISPLAY_EDGES
 
impl Debug for ADJACENT_DISPLAY_EDGES
§impl Default for ADJACENT_DISPLAY_EDGES
 
impl Default for ADJACENT_DISPLAY_EDGES
§fn default() -> ADJACENT_DISPLAY_EDGES
 
fn default() -> ADJACENT_DISPLAY_EDGES
Returns the “default value” for a type. Read more
§impl Not for ADJACENT_DISPLAY_EDGES
 
impl Not for ADJACENT_DISPLAY_EDGES
§impl PartialEq for ADJACENT_DISPLAY_EDGES
 
impl PartialEq for ADJACENT_DISPLAY_EDGES
impl Copy for ADJACENT_DISPLAY_EDGES
impl Eq for ADJACENT_DISPLAY_EDGES
impl StructuralPartialEq for ADJACENT_DISPLAY_EDGES
Auto Trait Implementations§
impl Freeze for ADJACENT_DISPLAY_EDGES
impl RefUnwindSafe for ADJACENT_DISPLAY_EDGES
impl Send for ADJACENT_DISPLAY_EDGES
impl Sync for ADJACENT_DISPLAY_EDGES
impl Unpin for ADJACENT_DISPLAY_EDGES
impl UnwindSafe for ADJACENT_DISPLAY_EDGES
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