#[repr(C)]pub struct LocaleBase {
pub lb_LibNode: Library,
pub lb_SysPatches: BOOL,
}Fields§
§lb_LibNode: Library§lb_SysPatches: BOOLTrait Implementations§
Source§impl Clone for LocaleBase
impl Clone for LocaleBase
Source§fn clone(&self) -> LocaleBase
fn clone(&self) -> LocaleBase
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 LocaleBase
impl Debug for LocaleBase
impl Copy for LocaleBase
Auto Trait Implementations§
impl Freeze for LocaleBase
impl RefUnwindSafe for LocaleBase
impl !Send for LocaleBase
impl !Sync for LocaleBase
impl Unpin for LocaleBase
impl UnwindSafe for LocaleBase
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