#[repr(C)]pub struct BLPointI {
pub x: c_int,
pub y: c_int,
}Fields§
§x: c_int§y: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for BLPointI
impl RefUnwindSafe for BLPointI
impl Send for BLPointI
impl Sync for BLPointI
impl Unpin for BLPointI
impl UnwindSafe for BLPointI
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