#[repr(C)]pub struct ESL_MSAFILE_FMTDATA {
pub namewidth: c_int,
pub rpl: c_int,
}Fields§
§namewidth: c_int§rpl: c_intTrait Implementations§
Source§impl Clone for ESL_MSAFILE_FMTDATA
impl Clone for ESL_MSAFILE_FMTDATA
Source§fn clone(&self) -> ESL_MSAFILE_FMTDATA
fn clone(&self) -> ESL_MSAFILE_FMTDATA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ESL_MSAFILE_FMTDATA
Auto Trait Implementations§
impl Freeze for ESL_MSAFILE_FMTDATA
impl RefUnwindSafe for ESL_MSAFILE_FMTDATA
impl Send for ESL_MSAFILE_FMTDATA
impl Sync for ESL_MSAFILE_FMTDATA
impl Unpin for ESL_MSAFILE_FMTDATA
impl UnsafeUnpin for ESL_MSAFILE_FMTDATA
impl UnwindSafe for ESL_MSAFILE_FMTDATA
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