#[repr(C)]pub struct pdf_vmtx {
pub lo: c_ushort,
pub hi: c_ushort,
pub x: c_short,
pub y: c_short,
pub w: c_short,
}Fields§
§lo: c_ushort§hi: c_ushort§x: c_short§y: c_short§w: c_shortTrait Implementations§
Auto Trait Implementations§
impl Freeze for pdf_vmtx
impl RefUnwindSafe for pdf_vmtx
impl Send for pdf_vmtx
impl Sync for pdf_vmtx
impl Unpin for pdf_vmtx
impl UnwindSafe for pdf_vmtx
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