#[repr(u64)]pub enum NSWindowSharingType {
None = 0,
ReadOnly = 1,
ReadWrite = 2,
}
Expand description
Constants that represent the access levels other processes can have to a window’s content.
Variants§
Trait Implementations§
Source§impl Clone for NSWindowSharingType
impl Clone for NSWindowSharingType
Source§fn clone(&self) -> NSWindowSharingType
fn clone(&self) -> NSWindowSharingType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NSWindowSharingType
impl Debug for NSWindowSharingType
Source§impl PartialEq for NSWindowSharingType
impl PartialEq for NSWindowSharingType
impl Copy for NSWindowSharingType
impl Eq for NSWindowSharingType
impl StructuralPartialEq for NSWindowSharingType
Auto Trait Implementations§
impl Freeze for NSWindowSharingType
impl RefUnwindSafe for NSWindowSharingType
impl Send for NSWindowSharingType
impl Sync for NSWindowSharingType
impl Unpin for NSWindowSharingType
impl UnwindSafe for NSWindowSharingType
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