#[repr(C)]pub struct IfrCheckbox {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
pub flags: u8,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeader§flags: u8Trait Implementations§
Source§impl Clone for IfrCheckbox
impl Clone for IfrCheckbox
Source§fn clone(&self) -> IfrCheckbox
fn clone(&self) -> IfrCheckbox
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IfrCheckbox
Auto Trait Implementations§
impl Freeze for IfrCheckbox
impl RefUnwindSafe for IfrCheckbox
impl Send for IfrCheckbox
impl Sync for IfrCheckbox
impl Unpin for IfrCheckbox
impl UnwindSafe for IfrCheckbox
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