pub struct SyscfgenR { /* private fields */ }
Expand description
Value of the field SYSCFGEN
Implementations§
Auto Trait Implementations§
impl Freeze for SyscfgenR
impl RefUnwindSafe for SyscfgenR
impl Send for SyscfgenR
impl Sync for SyscfgenR
impl Unpin for SyscfgenR
impl UnwindSafe for SyscfgenR
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