#[repr(C)]pub struct UtilityBase {
pub ub_LibNode: Library,
pub ub_Language: UBYTE,
pub ub_Reserved: UBYTE,
}Fields§
§ub_LibNode: Library§ub_Language: UBYTE§ub_Reserved: UBYTETrait Implementations§
Source§impl Clone for UtilityBase
impl Clone for UtilityBase
Source§fn clone(&self) -> UtilityBase
fn clone(&self) -> UtilityBase
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 moreSource§impl Debug for UtilityBase
impl Debug for UtilityBase
impl Copy for UtilityBase
Auto Trait Implementations§
impl Freeze for UtilityBase
impl RefUnwindSafe for UtilityBase
impl !Send for UtilityBase
impl !Sync for UtilityBase
impl Unpin for UtilityBase
impl UnwindSafe for UtilityBase
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