pub struct SomeStruct { /* private fields */ }
Expand description
A struct that holds a value of type u8
Implementations§
Source§impl SomeStruct
impl SomeStruct
Auto Trait Implementations§
impl Freeze for SomeStruct
impl RefUnwindSafe for SomeStruct
impl Send for SomeStruct
impl Sync for SomeStruct
impl Unpin for SomeStruct
impl UnwindSafe for SomeStruct
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