pub struct Csaa { /* private fields */ }Expand description
Channel sounding access address scoring algorithm
Implementations§
Source§impl Csaa
impl Csaa
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn reflector(self) -> Reg<u32, R>
pub const fn reflector(self) -> Reg<u32, R>
Selected Channel Sounding Access Address used in the CS SYNC from Reflector to Initiator
Trait Implementations§
impl Copy for Csaa
impl Eq for Csaa
impl Send for Csaa
impl StructuralPartialEq for Csaa
impl Sync for Csaa
Auto Trait Implementations§
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§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)