pub struct StructWithPublicUndocumentedFields {
pub first: u32,
pub second: u32,
}
Fields§
§first: u32
§second: u32
Auto Trait Implementations§
impl Freeze for StructWithPublicUndocumentedFields
impl RefUnwindSafe for StructWithPublicUndocumentedFields
impl Send for StructWithPublicUndocumentedFields
impl Sync for StructWithPublicUndocumentedFields
impl Unpin for StructWithPublicUndocumentedFields
impl UnwindSafe for StructWithPublicUndocumentedFields
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