#[repr(C)]pub struct ConfigAccess {
pub read: ProtocolConfig,
pub write: ProtocolConfig,
}Fields§
§read: ProtocolConfig§write: ProtocolConfigAuto Trait Implementations§
impl Freeze for ConfigAccess
impl RefUnwindSafe for ConfigAccess
impl Send for ConfigAccess
impl Sync for ConfigAccess
impl Unpin for ConfigAccess
impl UnwindSafe for ConfigAccess
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