#[repr(C)]pub struct nbft_info_security {
pub index: c_int,
}Expand description
struct nbft_info_security - Security Profile Descriptor @index: The number of this Security Profile Descriptor in the Security Profile Descriptor List.
Fields§
§index: c_intTrait Implementations§
Source§impl Clone for nbft_info_security
impl Clone for nbft_info_security
Source§fn clone(&self) -> nbft_info_security
fn clone(&self) -> nbft_info_security
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 moreSource§impl Debug for nbft_info_security
impl Debug for nbft_info_security
Source§impl Default for nbft_info_security
impl Default for nbft_info_security
Source§fn default() -> nbft_info_security
fn default() -> nbft_info_security
Returns the “default value” for a type. Read more
impl Copy for nbft_info_security
Auto Trait Implementations§
impl Freeze for nbft_info_security
impl RefUnwindSafe for nbft_info_security
impl Send for nbft_info_security
impl Sync for nbft_info_security
impl Unpin for nbft_info_security
impl UnsafeUnpin for nbft_info_security
impl UnwindSafe for nbft_info_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