pub struct GtsCharacteristics {
pub fields: u8,
}
Fields§
§fields: u8
Auto Trait Implementations§
impl Freeze for GtsCharacteristics
impl RefUnwindSafe for GtsCharacteristics
impl Send for GtsCharacteristics
impl Sync for GtsCharacteristics
impl Unpin for GtsCharacteristics
impl UnwindSafe for GtsCharacteristics
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