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