#[repr(C)]pub struct EmbSettings_ {
pub dstJumpsPerTrim: c_uint,
pub home: EmbPoint,
}Fields§
§dstJumpsPerTrim: c_uint§home: EmbPointTrait Implementations§
Source§impl Clone for EmbSettings_
impl Clone for EmbSettings_
Source§fn clone(&self) -> EmbSettings_
fn clone(&self) -> EmbSettings_
Returns a copy 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 moreSource§impl Debug for EmbSettings_
impl Debug for EmbSettings_
impl Copy for EmbSettings_
Auto Trait Implementations§
impl Freeze for EmbSettings_
impl RefUnwindSafe for EmbSettings_
impl Send for EmbSettings_
impl Sync for EmbSettings_
impl Unpin for EmbSettings_
impl UnwindSafe for EmbSettings_
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