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