#[repr(C)]pub struct CbfRect {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}Fields§
§x: i32§y: i32§width: i32§height: i32Trait Implementations§
impl Copy for CbfRect
Auto Trait Implementations§
impl Freeze for CbfRect
impl RefUnwindSafe for CbfRect
impl Send for CbfRect
impl Sync for CbfRect
impl Unpin for CbfRect
impl UnsafeUnpin for CbfRect
impl UnwindSafe for CbfRect
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