Struct browser_window::prelude::c__locale_data [−]
#[repr(C)]pub struct c__locale_data {
pub _address: u8,
}
Fields
_address: u8
Trait Implementations
impl Clone for c__locale_data
impl Clone for c__locale_data
pub fn clone(&self) -> c__locale_data
pub fn clone(&self) -> c__locale_data
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for c__locale_data
impl Debug for c__locale_data
impl Copy for c__locale_data
Auto Trait Implementations
impl RefUnwindSafe for c__locale_data
impl Send for c__locale_data
impl Sync for c__locale_data
impl Unpin for c__locale_data
impl UnwindSafe for c__locale_data
Blanket Implementations
Mutably borrows from an owned value. Read more