#[repr(C)]pub struct DisposData_Directions {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DisposData_Directions
impl DisposData_Directions
pub fn none() -> Self
pub fn up() -> Self
pub fn upper_right() -> Self
pub fn right() -> Self
pub fn lower_right() -> Self
pub fn down() -> Self
pub fn lower_left() -> Self
pub fn left() -> Self
pub fn upper_left() -> Self
Trait Implementations§
Source§impl Clone for DisposData_Directions
impl Clone for DisposData_Directions
Source§fn clone(&self) -> DisposData_Directions
fn clone(&self) -> DisposData_Directions
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DisposData_Directions
impl Debug for DisposData_Directions
Source§impl PartialEq for DisposData_Directions
impl PartialEq for DisposData_Directions
impl Copy for DisposData_Directions
impl Eq for DisposData_Directions
impl StructuralPartialEq for DisposData_Directions
Auto Trait Implementations§
impl Freeze for DisposData_Directions
impl RefUnwindSafe for DisposData_Directions
impl Send for DisposData_Directions
impl Sync for DisposData_Directions
impl Unpin for DisposData_Directions
impl UnwindSafe for DisposData_Directions
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)