#[repr(C)]pub struct BoundSourcesForActionEnumerateInfo {
pub ty: StructureType,
pub next: *const c_void,
pub action: Action,
}Expand description
Fields
ty: StructureTypenext: *const c_voidaction: ActionImplementations
sourceimpl BoundSourcesForActionEnumerateInfo
impl BoundSourcesForActionEnumerateInfo
pub const TYPE: StructureType = StructureType::BOUND_SOURCES_FOR_ACTION_ENUMERATE_INFO
Trait Implementations
sourceimpl Clone for BoundSourcesForActionEnumerateInfo
impl Clone for BoundSourcesForActionEnumerateInfo
sourcefn clone(&self) -> BoundSourcesForActionEnumerateInfo
fn clone(&self) -> BoundSourcesForActionEnumerateInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BoundSourcesForActionEnumerateInfo
Auto Trait Implementations
impl RefUnwindSafe for BoundSourcesForActionEnumerateInfo
impl !Send for BoundSourcesForActionEnumerateInfo
impl !Sync for BoundSourcesForActionEnumerateInfo
impl Unpin for BoundSourcesForActionEnumerateInfo
impl UnwindSafe for BoundSourcesForActionEnumerateInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more