pub struct ShadowOam {
pub entries: [OamEntry; 40],
}Fields§
§entries: [OamEntry; 40]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShadowOam
impl RefUnwindSafe for ShadowOam
impl Send for ShadowOam
impl Sync for ShadowOam
impl Unpin for ShadowOam
impl UnsafeUnpin for ShadowOam
impl UnwindSafe for ShadowOam
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