pub struct SelInfo {
pub version_maj: u8,
pub version_min: u8,
pub entries: u16,
pub bytes_free: u16,
pub last_add_time: Timestamp,
pub last_del_time: Timestamp,
pub overflow: bool,
pub supported_cmds: Vec<Command>,
}Fields§
§version_maj: u8§version_min: u8§entries: u16§bytes_free: u16§last_add_time: Timestamp§last_del_time: Timestamp§overflow: bool§supported_cmds: Vec<Command>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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