#[repr(C)]pub struct sac_entry {
pub service: [c_char; 17],
pub valid: c_int,
pub next: *mut sac_entry,
}Fields§
§service: [c_char; 17]§valid: c_int§next: *mut sac_entryTrait Implementations§
impl Copy for sac_entry
Auto Trait Implementations§
impl Freeze for sac_entry
impl RefUnwindSafe for sac_entry
impl !Send for sac_entry
impl !Sync for sac_entry
impl Unpin for sac_entry
impl UnwindSafe for sac_entry
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