#[repr(C, packed(1))]pub struct TimezoneList {
pub capacity: u32_,
pub count: u32_,
pub timezones: [AccountTimezone; 32],
}Expand description
Timezone List structure
Fields§
§capacity: u32_§count: u32_§timezones: [AccountTimezone; 32]Trait Implementations§
Source§impl Clone for TimezoneList
impl Clone for TimezoneList
Source§fn clone(&self) -> TimezoneList
fn clone(&self) -> TimezoneList
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 TimezoneList
impl Debug for TimezoneList
Source§impl Default for TimezoneList
impl Default for TimezoneList
impl Copy for TimezoneList
Auto Trait Implementations§
impl Freeze for TimezoneList
impl RefUnwindSafe for TimezoneList
impl Send for TimezoneList
impl Sync for TimezoneList
impl Unpin for TimezoneList
impl UnwindSafe for TimezoneList
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)