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