Struct core_foundation::timezone::CFTimeZone [−][src]
pub struct CFTimeZone(_);
A time zone.
Methods
impl CFTimeZone[src]
impl CFTimeZonepub fn new(interval: CFTimeInterval) -> CFTimeZone[src]
pub fn new(interval: CFTimeInterval) -> CFTimeZonepub fn system() -> CFTimeZone[src]
pub fn system() -> CFTimeZonepub fn seconds_from_gmt(&self, date: CFDate) -> CFTimeInterval[src]
pub fn seconds_from_gmt(&self, date: CFDate) -> CFTimeIntervalTrait Implementations
impl Drop for CFTimeZone[src]
impl Drop for CFTimeZoneimpl TCFType for CFTimeZone[src]
impl TCFType for CFTimeZonetype Ref = CFTimeZoneRef
The reference type wrapped inside this type.
fn as_concrete_TypeRef(&self) -> CFTimeZoneRef[src]
fn as_concrete_TypeRef(&self) -> CFTimeZoneRefReturns the object as its concrete TypeRef.
unsafe fn wrap_under_get_rule(reference: CFTimeZoneRef) -> Self[src]
unsafe fn wrap_under_get_rule(reference: CFTimeZoneRef) -> SelfReturns an instance of the object, wrapping the underlying CFTypeRef subclass. Use this when following Core Foundation's "Get Rule". The reference count is bumped. Read more
fn as_CFTypeRef(&self) -> CFTypeRef[src]
fn as_CFTypeRef(&self) -> CFTypeRefReturns the object as a raw CFTypeRef. The reference count is not adjusted.
unsafe fn wrap_under_create_rule(reference: CFTimeZoneRef) -> Self[src]
unsafe fn wrap_under_create_rule(reference: CFTimeZoneRef) -> SelfReturns an instance of the object, wrapping the underlying CFTypeRef subclass. Use this when following Core Foundation's "Create Rule". The reference count is not bumped. Read more
fn type_id() -> CFTypeID[src]
fn type_id() -> CFTypeIDReturns the type ID for this class.
fn as_CFType(&self) -> CFType[src]
fn as_CFType(&self) -> CFTypeReturns the object as a wrapped CFType. The reference count is incremented by one.
fn into_CFType(self) -> CFType where
Self: Sized, [src]
fn into_CFType(self) -> CFType where
Self: Sized, Returns the object as a wrapped CFType. Consumes self and avoids changing the reference count. Read more
fn retain_count(&self) -> CFIndex[src]
fn retain_count(&self) -> CFIndexReturns the reference count of the object. It is unwise to do anything other than test whether the return value of this method is greater than zero. Read more
fn type_of(&self) -> CFTypeID[src]
fn type_of(&self) -> CFTypeIDReturns the type ID of this object.
fn show(&self)[src]
fn show(&self)Writes a debugging version of this object on standard error.
fn instance_of<OtherCFType: TCFType>(&self) -> bool[src]
fn instance_of<OtherCFType: TCFType>(&self) -> boolReturns true if this value is an instance of another type.
impl Clone for CFTimeZone[src]
impl Clone for CFTimeZonefn clone(&self) -> CFTimeZone[src]
fn clone(&self) -> CFTimeZoneReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialEq for CFTimeZone[src]
impl PartialEq for CFTimeZonefn eq(&self, other: &CFTimeZone) -> bool[src]
fn eq(&self, other: &CFTimeZone) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for CFTimeZone[src]
impl Eq for CFTimeZoneimpl<'a> ToVoid<CFTimeZone> for &'a CFTimeZone[src]
impl<'a> ToVoid<CFTimeZone> for &'a CFTimeZoneimpl ToVoid<CFTimeZone> for CFTimeZone[src]
impl ToVoid<CFTimeZone> for CFTimeZoneimpl ToVoid<CFTimeZone> for CFTimeZoneRef[src]
impl ToVoid<CFTimeZone> for CFTimeZoneRefimpl ConcreteCFType for CFTimeZone[src]
impl ConcreteCFType for CFTimeZoneimpl Debug for CFTimeZone[src]
impl Debug for CFTimeZonefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for CFTimeZone[src]
impl Default for CFTimeZonefn default() -> CFTimeZone[src]
fn default() -> CFTimeZoneReturns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for CFTimeZone
impl !Send for CFTimeZoneimpl !Sync for CFTimeZone
impl !Sync for CFTimeZone