#[repr(C)]pub struct Dir_Type {
pub value: u8,
}Expand description
Fields§
§value: u8Implementations§
Source§impl Dir_Type
impl Dir_Type
pub fn left() -> Self
pub fn right() -> Self
pub fn down() -> Self
pub fn up() -> Self
pub fn center() -> Self
pub fn terminate() -> Self
pub fn none() -> Self
pub fn up_left() -> Self
pub fn up_right() -> Self
pub fn down_left() -> Self
pub fn down_right() -> Self
Trait Implementations§
Source§impl ClassIdentity for Dir_Type
impl ClassIdentity for Dir_Type
impl Copy for Dir_Type
impl Eq for Dir_Type
impl StructuralPartialEq for Dir_Type
Auto Trait Implementations§
impl Freeze for Dir_Type
impl RefUnwindSafe for Dir_Type
impl Send for Dir_Type
impl Sync for Dir_Type
impl Unpin for Dir_Type
impl UnwindSafe for Dir_Type
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)