#[repr(C)]pub struct bt_security {
pub level: u8,
pub key_size: u8,
}Fields§
§level: u8§key_size: u8Trait Implementations§
Source§impl Clone for bt_security
impl Clone for bt_security
Source§fn clone(&self) -> bt_security
fn clone(&self) -> bt_security
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 bt_security
impl Debug for bt_security
impl Copy for bt_security
Auto Trait Implementations§
impl Freeze for bt_security
impl RefUnwindSafe for bt_security
impl Send for bt_security
impl Sync for bt_security
impl Unpin for bt_security
impl UnwindSafe for bt_security
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