pub struct IntegerTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
pub size: u8,
pub is_signed: bool,
}Fields§
§identification: Auid§symbol: String§namespace: String§size: u8§is_signed: boolTrait Implementations§
Source§impl Clone for IntegerTypeDef
impl Clone for IntegerTypeDef
Source§fn clone(&self) -> IntegerTypeDef
fn clone(&self) -> IntegerTypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IntegerTypeDef
impl RefUnwindSafe for IntegerTypeDef
impl Send for IntegerTypeDef
impl Sync for IntegerTypeDef
impl Unpin for IntegerTypeDef
impl UnsafeUnpin for IntegerTypeDef
impl UnwindSafe for IntegerTypeDef
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