#[repr(C)]pub struct SMALL_RECT {
pub Left: i16,
pub Top: i16,
pub Right: i16,
pub Bottom: i16,
}Fields§
§Left: i16§Top: i16§Right: i16§Bottom: i16Trait Implementations§
Source§impl Abi for SMALL_RECT
impl Abi for SMALL_RECT
Source§type Abi = SMALL_RECT
type Abi = SMALL_RECT
The abi representation of the implementing type. Read more
type DefaultType = SMALL_RECT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for SMALL_RECT
impl Clone for SMALL_RECT
Source§fn clone(&self) -> SMALL_RECT
fn clone(&self) -> SMALL_RECT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SMALL_RECT
Source§impl Debug for SMALL_RECT
impl Debug for SMALL_RECT
Source§impl Default for SMALL_RECT
impl Default for SMALL_RECT
impl Eq for SMALL_RECT
Auto Trait Implementations§
impl Freeze for SMALL_RECT
impl RefUnwindSafe for SMALL_RECT
impl Send for SMALL_RECT
impl Sync for SMALL_RECT
impl Unpin for SMALL_RECT
impl UnsafeUnpin for SMALL_RECT
impl UnwindSafe for SMALL_RECT
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