#[repr(C)]pub struct EmbFlagList_ {
pub flag: c_int,
pub next: *mut EmbFlagList_,
}Fields§
§flag: c_int§next: *mut EmbFlagList_Trait Implementations§
Source§impl Clone for EmbFlagList_
impl Clone for EmbFlagList_
Source§fn clone(&self) -> EmbFlagList_
fn clone(&self) -> EmbFlagList_
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 EmbFlagList_
impl Debug for EmbFlagList_
impl Copy for EmbFlagList_
Auto Trait Implementations§
impl Freeze for EmbFlagList_
impl RefUnwindSafe for EmbFlagList_
impl !Send for EmbFlagList_
impl !Sync for EmbFlagList_
impl Unpin for EmbFlagList_
impl UnwindSafe for EmbFlagList_
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