#[repr(C, packed(1))]pub struct prRect {
pub top: csSDK_int16,
pub left: csSDK_int16,
pub bottom: csSDK_int16,
pub right: csSDK_int16,
}Fields§
§top: csSDK_int16§left: csSDK_int16§bottom: csSDK_int16§right: csSDK_int16Trait Implementations§
Auto Trait Implementations§
impl Freeze for prRect
impl RefUnwindSafe for prRect
impl Send for prRect
impl Sync for prRect
impl Unpin for prRect
impl UnwindSafe for prRect
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