[−][src]Struct sunrise_time::timezone::TimeZoneService
TimeZone service object.
Fields
dummy: u64A dummy field present to just avoid having a zero sized type.
Trait Implementations
impl Clone for TimeZoneService[src]
fn clone(&self) -> TimeZoneService[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TimeZoneService[src]
impl Default for TimeZoneService[src]
fn default() -> TimeZoneService[src]
impl TimeZoneService for TimeZoneService[src]
fn get_device_location_name(
&mut self,
_manager: WorkQueue
) -> Result<LocationName, Error>[src]
&mut self,
_manager: WorkQueue
) -> Result<LocationName, Error>
fn set_device_location_name(
&mut self,
_manager: WorkQueue,
location: LocationName
) -> Result<(), Error>[src]
&mut self,
_manager: WorkQueue,
location: LocationName
) -> Result<(), Error>
fn get_total_location_name_count(
&mut self,
_manager: WorkQueue
) -> Result<u32, Error>[src]
&mut self,
_manager: WorkQueue
) -> Result<u32, Error>
fn load_location_name_list(
&mut self,
_manager: WorkQueue,
_unknown: u32,
_unknown2: &mut [LocationName]
) -> Result<u32, Error>[src]
&mut self,
_manager: WorkQueue,
_unknown: u32,
_unknown2: &mut [LocationName]
) -> Result<u32, Error>
fn load_timezone_rule(
&mut self,
_manager: WorkQueue,
location: LocationName,
rules: &mut IpcTimeZoneRule
) -> Result<(), Error>[src]
&mut self,
_manager: WorkQueue,
location: LocationName,
rules: &mut IpcTimeZoneRule
) -> Result<(), Error>
fn to_calendar_time(
&mut self,
_manager: WorkQueue,
time: PosixTime,
rules: &IpcTimeZoneRule
) -> Result<(CalendarTime, CalendarAdditionalInfo), Error>[src]
&mut self,
_manager: WorkQueue,
time: PosixTime,
rules: &IpcTimeZoneRule
) -> Result<(CalendarTime, CalendarAdditionalInfo), Error>
fn to_calendar_time_with_my_rule(
&mut self,
_manager: WorkQueue,
time: PosixTime
) -> Result<(CalendarTime, CalendarAdditionalInfo), Error>[src]
&mut self,
_manager: WorkQueue,
time: PosixTime
) -> Result<(CalendarTime, CalendarAdditionalInfo), Error>
fn to_posix_time(
&mut self,
_manager: WorkQueue,
calendar_time: CalendarTime,
rules: &IpcTimeZoneRule
) -> Result<PosixTime, Error>[src]
&mut self,
_manager: WorkQueue,
calendar_time: CalendarTime,
rules: &IpcTimeZoneRule
) -> Result<PosixTime, Error>
fn to_posix_time_with_my_rule(
&mut self,
_manager: WorkQueue,
calendar_time: CalendarTime
) -> Result<PosixTime, Error>[src]
&mut self,
_manager: WorkQueue,
calendar_time: CalendarTime
) -> Result<PosixTime, Error>
fn dispatch(
&'a mut self,
manager: WorkQueue<'static>,
cmdid: u32,
buf: &'a mut [u8]
) -> FutureObj<'a, Result<(), Error>>[src]
&'a mut self,
manager: WorkQueue<'static>,
cmdid: u32,
buf: &'a mut [u8]
) -> FutureObj<'a, Result<(), Error>>
Auto Trait Implementations
impl RefUnwindSafe for TimeZoneService
impl Send for TimeZoneService
impl Sync for TimeZoneService
impl Unpin for TimeZoneService
impl UnwindSafe for TimeZoneService
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> SizedIPCBuffer for T[src]
fn size(&self) -> usize[src]
fn is_cool(addr: usize, size: usize) -> bool[src]
unsafe fn from_raw_parts<'a>(addr: usize, _size: usize) -> &'a T[src]
unsafe fn from_raw_parts_mut<'a>(addr: usize, _size: usize) -> &'a mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,