#[repr(C, packed(1))]pub struct AccountTimezone {
pub timezoneArea: [c_char; 65],
pub pad: [c_char; 3],
pub timezoneId: [c_char; 65],
pub pad2: [c_char; 3],
pub utcOffset: s64,
}Expand description
Account Timezone structure
Fields§
§timezoneArea: [c_char; 65]§pad: [c_char; 3]§timezoneId: [c_char; 65]§pad2: [c_char; 3]§utcOffset: s64Trait Implementations§
Source§impl Clone for AccountTimezone
impl Clone for AccountTimezone
Source§fn clone(&self) -> AccountTimezone
fn clone(&self) -> AccountTimezone
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccountTimezone
impl Debug for AccountTimezone
Source§impl Default for AccountTimezone
impl Default for AccountTimezone
impl Copy for AccountTimezone
Auto Trait Implementations§
impl Freeze for AccountTimezone
impl RefUnwindSafe for AccountTimezone
impl Send for AccountTimezone
impl Sync for AccountTimezone
impl Unpin for AccountTimezone
impl UnwindSafe for AccountTimezone
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)