#[repr(C)]pub struct CaSlotInfo {
pub slot_num: u32,
pub slot_type: u32,
pub flags: u32,
}
Expand description
CA slot interface types and info
Fields§
§slot_num: u32
slot number
slot_type: u32
slot type - ca_slot_type
flags: u32
flags applicable to the slot - ca_slot_flags
Trait Implementations§
Source§impl Debug for CaSlotInfo
impl Debug for CaSlotInfo
Source§impl Default for CaSlotInfo
impl Default for CaSlotInfo
Source§fn default() -> CaSlotInfo
fn default() -> CaSlotInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CaSlotInfo
impl RefUnwindSafe for CaSlotInfo
impl Send for CaSlotInfo
impl Sync for CaSlotInfo
impl Unpin for CaSlotInfo
impl UnwindSafe for CaSlotInfo
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