#[repr(C)]pub struct IfrPassword {
pub header: IfrOpHeader,
pub question: IfrQuestionHeader,
pub min_size: u16,
pub max_size: u16,
}Fields§
§header: IfrOpHeader§question: IfrQuestionHeader§min_size: u16§max_size: u16Trait Implementations§
Source§impl Clone for IfrPassword
impl Clone for IfrPassword
Source§fn clone(&self) -> IfrPassword
fn clone(&self) -> IfrPassword
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 IfrPassword
Auto Trait Implementations§
impl Freeze for IfrPassword
impl RefUnwindSafe for IfrPassword
impl Send for IfrPassword
impl Sync for IfrPassword
impl Unpin for IfrPassword
impl UnwindSafe for IfrPassword
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