#[repr(C)]pub struct vdef_dim {
pub width: c_uint,
pub height: c_uint,
}Fields§
§width: c_uint§height: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for vdef_dim
impl RefUnwindSafe for vdef_dim
impl Send for vdef_dim
impl Sync for vdef_dim
impl Unpin for vdef_dim
impl UnwindSafe for vdef_dim
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