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