#[repr(C)]pub struct IflaVfRssQueryEn {
pub vf: u32,
pub setting: u32,
}
Fields§
§vf: u32
§setting: u32
Trait Implementations§
Source§impl Clone for IflaVfRssQueryEn
impl Clone for IflaVfRssQueryEn
Source§fn clone(&self) -> IflaVfRssQueryEn
fn clone(&self) -> IflaVfRssQueryEn
Returns a duplicate 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 IflaVfRssQueryEn
impl Debug for IflaVfRssQueryEn
impl Copy for IflaVfRssQueryEn
Auto Trait Implementations§
impl Freeze for IflaVfRssQueryEn
impl RefUnwindSafe for IflaVfRssQueryEn
impl Send for IflaVfRssQueryEn
impl Sync for IflaVfRssQueryEn
impl Unpin for IflaVfRssQueryEn
impl UnwindSafe for IflaVfRssQueryEn
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