pub struct Forms1 {
pub appl_form: bool,
pub sgntr_tp: SignatureType1Code,
}Fields§
§appl_form: bool§sgntr_tp: SignatureType1CodeImplementations§
Auto Trait Implementations§
impl Freeze for Forms1
impl RefUnwindSafe for Forms1
impl Send for Forms1
impl Sync for Forms1
impl Unpin for Forms1
impl UnwindSafe for Forms1
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