Expand description
CA slot interface types and info
Fields
slot_num: u32slot number
slot_type: u32slot type - ca_slot_type
flags: u32flags applicable to the slot - ca_slot_flags
Trait Implementations
sourceimpl Debug for CaSlotInfo
impl Debug for CaSlotInfo
sourceimpl Default for CaSlotInfo
impl Default for CaSlotInfo
sourcefn default() -> CaSlotInfo
fn default() -> CaSlotInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CaSlotInfo
impl Send for CaSlotInfo
impl Sync for CaSlotInfo
impl Unpin for CaSlotInfo
impl UnwindSafe for CaSlotInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more