#[repr(C)]pub struct IOPMCalendarStruct {
pub year: u32,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
pub selector: u8,
}Available on crate feature
pwr_mgt only.Expand description
Fields§
§year: u32§month: u8§day: u8§hour: u8§minute: u8§second: u8§selector: u8Trait Implementations§
Source§impl Clone for IOPMCalendarStruct
impl Clone for IOPMCalendarStruct
Source§fn clone(&self) -> IOPMCalendarStruct
fn clone(&self) -> IOPMCalendarStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IOPMCalendarStruct
impl Debug for IOPMCalendarStruct
Source§impl Encode for IOPMCalendarStruct
Available on crate feature objc2 only.
impl Encode for IOPMCalendarStruct
Available on crate feature
objc2 only.Source§impl PartialEq for IOPMCalendarStruct
impl PartialEq for IOPMCalendarStruct
Source§impl RefEncode for IOPMCalendarStruct
Available on crate feature objc2 only.
impl RefEncode for IOPMCalendarStruct
Available on crate feature
objc2 only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for IOPMCalendarStruct
impl StructuralPartialEq for IOPMCalendarStruct
Auto Trait Implementations§
impl Freeze for IOPMCalendarStruct
impl RefUnwindSafe for IOPMCalendarStruct
impl Send for IOPMCalendarStruct
impl Sync for IOPMCalendarStruct
impl Unpin for IOPMCalendarStruct
impl UnwindSafe for IOPMCalendarStruct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.