Struct cands_interface::SIDConfig
source · pub struct SIDConfig {
pub sft: u32,
pub sfec: u32,
pub sidf1: u32,
pub sidf2: u32,
}Expand description
Service ID Filter
Fields§
§sft: u32§sfec: u32§sidf1: u32§sidf2: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SIDConfig
impl RefUnwindSafe for SIDConfig
impl Send for SIDConfig
impl Sync for SIDConfig
impl Unpin for SIDConfig
impl UnwindSafe for SIDConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)