Trait objc2_app_kit::NSDatePickerCellDelegate

source ·
pub unsafe trait NSDatePickerCellDelegate: NSObjectProtocol + IsMainThreadOnly {
    // Provided method
    unsafe fn datePickerCell_validateProposedDateValue_timeInterval(
        &self,
        date_picker_cell: &NSDatePickerCell,
        proposed_date_value: &mut Retained<NSDate>,
        proposed_time_interval: *mut NSTimeInterval
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSDatePickerCell only.

Provided Methods§

source

unsafe fn datePickerCell_validateProposedDateValue_timeInterval( &self, date_picker_cell: &NSDatePickerCell, proposed_date_value: &mut Retained<NSDate>, proposed_time_interval: *mut NSTimeInterval )
where Self: Sized + Message,

Available on crate features NSActionCell and NSCell only.

Trait Implementations§

source§

impl ProtocolType for dyn NSDatePickerCellDelegate

source§

const NAME: &'static str = "NSDatePickerCellDelegate"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSDatePickerCellDelegate

Implementations on Foreign Types§

source§

impl<T> NSDatePickerCellDelegate for ProtocolObject<T>

Implementors§