Struct sdl2_sys::XOMOrientation
source · #[repr(C)]pub struct XOMOrientation {
pub num_orientation: c_int,
pub orientation: *mut XOrientation,
}
Fields§
§num_orientation: c_int
§orientation: *mut XOrientation
Trait Implementations§
source§impl Clone for XOMOrientation
impl Clone for XOMOrientation
source§fn clone(&self) -> XOMOrientation
fn clone(&self) -> XOMOrientation
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 moreimpl Copy for XOMOrientation
Auto Trait Implementations§
impl Freeze for XOMOrientation
impl RefUnwindSafe for XOMOrientation
impl !Send for XOMOrientation
impl !Sync for XOMOrientation
impl Unpin for XOMOrientation
impl UnwindSafe for XOMOrientation
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